|
@@ -948,7 +948,8 @@ public class TaskLogicServiceImpl implements TaskLogicService {
|
|
|
}
|
|
|
sourceFiles.add(htmlFile);
|
|
|
}
|
|
|
- FileUtil.doZip(zipFile, sourceFiles);
|
|
|
+// FileUtil.doZip(zipFile, sourceFiles);
|
|
|
+ Zip4jUtil.zipEncryptFile(zipFile.getPath(), sourceFiles, SystemConstant.ZIP_ENCRYPT_PWD);
|
|
|
String ossDirName = dirName.toString().replaceAll("\\\\", "/");
|
|
|
JSONObject jsonObject = new JSONObject();
|
|
|
if (oss) {//上传至oss
|