|
@@ -428,6 +428,7 @@ public class ZhcxProjectManageServiceImpl extends ServiceImpl<ZhcxProjectManageD
|
|
|
return 0;
|
|
|
}
|
|
|
dto.setFileName((String)projnameobj);
|
|
|
+ dto.setBatchId(batchId);
|
|
|
this.exportRectifyReportDataInSummary(dto, response);
|
|
|
return 1;
|
|
|
}
|
|
@@ -471,7 +472,7 @@ public class ZhcxProjectManageServiceImpl extends ServiceImpl<ZhcxProjectManageD
|
|
|
Map<String, Object> map = new HashMap<>();
|
|
|
map.put("projectId", dto.getProjectId());
|
|
|
map.put("projname", dto.getFileName());
|
|
|
-
|
|
|
+ map.put("batchId", dto.getBatchId());
|
|
|
//导出
|
|
|
int result = exportRectifyReportDataBySheet(workbook1, worksheet, map);
|
|
|
try {
|