dengsixing преди 7 месеца
родител
ревизия
1d47c53b85
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/main/java/com/fdkankan/contro/mq/service/impl/BuildReverseE57SceneServiceImpl.java

+ 1 - 1
src/main/java/com/fdkankan/contro/mq/service/impl/BuildReverseE57SceneServiceImpl.java

@@ -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 + " " + dataSource + "/capture/";
             CmdUtils.callLine(unzipCmd);
             List<File> files = FileUtil.loopFiles(dataSource + "/capture/");
             files.stream().forEach(file->{