ソースを参照

打包数据 3

wuweihao 3 年 前
コミット
1dcb02bdc5

+ 2 - 1
720yun_local_manage/gis_pano/src/main/java/com/gis/cms/service/impl/OpsServiceImpl.java

@@ -183,7 +183,8 @@ public class OpsServiceImpl  implements OpsService {
         String cmd = CmdConstant.zip;
         cmd = cmd.replaceAll("@output", outPath);
         cmd = cmd.replaceAll("@workPace", configConstant.serverBasePath + "/download" );
-        cmd = cmd.replaceAll("@inDir", intPath);
+        // 已引入工作目录, 直接填写目录即可
+        cmd = cmd.replaceAll("@inDir", workId);
 
         CmdUtils.callShLine(cmd, 100);