소스 검색

整改清单导出

zhuang 11 달 전
부모
커밋
dee74ff984
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      business-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ZhcxProjectManageServiceImpl.java

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