|
@@ -97,7 +97,7 @@ public class BuildReverseE57SceneServiceImpl implements IBuildSceneService {
|
|
|
String destPath = dataSource + "/capture/" + FileUtil.getName(zipPath);
|
|
|
fyunUtil.yunDownloadSs(fyunType, bucket, zipPath, destPath);
|
|
|
// ZipUtil.unzip(destPath, dataSource + "/capture/", CharsetUtil.CHARSET_GBK);
|
|
|
- String unzipCmd = "unzip destPath";
|
|
|
+ String unzipCmd = "unzip " + destPath;
|
|
|
CmdUtils.callLine(unzipCmd);
|
|
|
List<File> files = FileUtil.loopFiles(dataSource + "/capture/");
|
|
|
files.stream().forEach(file->{
|