|
@@ -623,10 +623,6 @@ public class FileUtil {
|
|
|
* @param zipFileName 压缩zip文件路径+文件名
|
|
|
*/
|
|
|
public static void downloadEncryptZip(HttpServletResponse response, File downloadPathFile, String zipFileName, String password) {
|
|
|
- for (File file : downloadPathFile.listFiles()) {
|
|
|
- log.info("压缩前各文件名:{}", file.getAbsolutePath());
|
|
|
- }
|
|
|
-
|
|
|
if (StringUtils.isBlank(password)) {
|
|
|
password = SystemConstant.ZIP_ENCRYPT_PWD;
|
|
|
}
|