|
@@ -1154,7 +1154,7 @@ public class DownloadLogicServiceImpl implements DownloadLogicService {
|
|
|
|
|
|
String excelLocalPath = zipLocalRootPath + File.separator + "下载清单" + "." + SystemConstant.XLSX;
|
|
String excelLocalPath = zipLocalRootPath + File.separator + "下载清单" + "." + SystemConstant.XLSX;
|
|
FileUtils.copyInputStreamToFile(in, new File(excelLocalPath));
|
|
FileUtils.copyInputStreamToFile(in, new File(excelLocalPath));
|
|
- // 所有试卷
|
|
|
|
|
|
+ // 所有文件
|
|
JSONObject jsonObject = SystemConstant.createZip(zipFile, zipLocalRootPath, zipDirName);
|
|
JSONObject jsonObject = SystemConstant.createZip(zipFile, zipLocalRootPath, zipDirName);
|
|
tbTask.setResultFilePath(jsonObject.toJSONString());
|
|
tbTask.setResultFilePath(jsonObject.toJSONString());
|
|
map.put("count", examTaskDetailDtoList.size());
|
|
map.put("count", examTaskDetailDtoList.size());
|