浏览代码

整改清单导出

zhuang 11 月之前
父节点
当前提交
dee74ff984

+ 2 - 1
business-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ZhcxProjectManageServiceImpl.java

@@ -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 {