|
@@ -178,7 +178,7 @@ public class OpsServiceImpl implements OpsService {
|
|
|
|
|
|
private void zipWork(String workId) {
|
|
|
String outPath = configConstant.serverBasePath + "/download/" + workId +".zip";
|
|
|
- String intPath = configConstant.serverBasePath + "/download/" + workId ;
|
|
|
+// String intPath = configConstant.serverBasePath + "/download/" + workId ;
|
|
|
|
|
|
String cmd = CmdConstant.zip;
|
|
|
cmd = cmd.replaceAll("@output", outPath);
|