|
@@ -263,6 +263,7 @@ public class DownloadLogicServiceImpl implements DownloadLogicService {
|
|
|
stringJoiner.add(dictionaryConfig.fssPublicDomain().getConfig()).add(File.separator);
|
|
|
}
|
|
|
stringJoiner = SystemConstant.getDirName(stringJoiner, UploadFileEnum.FILE, true);
|
|
|
+ stringJoiner.add(SystemConstant.getNanoId()).add(File.separator);
|
|
|
stringJoiner.add("卷库查询批量下载试卷包").add(SystemConstant.ZIP_PREFIX);
|
|
|
|
|
|
String zipDirName = FileUtil.replaceSplit(stringJoiner.toString());
|
|
@@ -529,6 +530,7 @@ public class DownloadLogicServiceImpl implements DownloadLogicService {
|
|
|
stringJoiner.add(dictionaryConfig.fssPublicDomain().getConfig()).add(File.separator);
|
|
|
}
|
|
|
stringJoiner = SystemConstant.getDirName(stringJoiner, UploadFileEnum.FILE, true);
|
|
|
+ stringJoiner.add(SystemConstant.getNanoId()).add(File.separator);
|
|
|
stringJoiner.add("批量下载试卷包").add(SystemConstant.ZIP_PREFIX);
|
|
|
|
|
|
String zipDirName = FileUtil.replaceSplit(stringJoiner.toString());
|