dengsixing před 6 měsíci
rodič
revize
c94220e66b

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

@@ -123,7 +123,7 @@ public class HaixinServiceImpl implements IHaixinService {
 
     private void zip(String sourcePath, String zipPath) throws Exception {
         FileUtil.mkParentDirs(zipPath);
-        String cmd = "cd " + sourcePath + " && zip -r -s 2048M" + zipPath + " *";//&& mv -f " + zipPath + " "  + target
+        String cmd = "cd " + sourcePath + " && zip -r -s 2048M " + zipPath + " *";//&& mv -f " + zipPath + " "  + target
         CmdUtils.callLineSh(cmd, 200);
     }
 }