|
@@ -339,8 +339,8 @@ public class SceneOfflinePackagePushServiceImpl extends ServiceImpl<SceneOffline
|
|
dirPath = unzipPath.concat("/wwwroot/scene_view_data");
|
|
dirPath = unzipPath.concat("/wwwroot/scene_view_data");
|
|
}
|
|
}
|
|
String cmd = "cd " + dirPath + " && zip -r zip/" + num + ".zip " + num + " -s 100M";
|
|
String cmd = "cd " + dirPath + " && zip -r zip/" + num + ".zip " + num + " -s 100M";
|
|
- RuntimeUtil.exec(cmd);
|
|
|
|
log.info("压缩命令:{}", cmd);
|
|
log.info("压缩命令:{}", cmd);
|
|
|
|
+ RuntimeUtil.exec(cmd);
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|