|
@@ -58,7 +58,7 @@ public class ReportBatchServiceImpl extends ServiceImpl<ReportBatchMapper, Repor
|
|
if (!StringUtils.isEmpty(userId)) {
|
|
if (!StringUtils.isEmpty(userId)) {
|
|
targetUids = ListUtil.convertLongIdsArrayToList(userId);
|
|
targetUids = ListUtil.convertLongIdsArrayToList(userId);
|
|
}
|
|
}
|
|
- List<Map<String, Object>> auditReportList = reportMapper.getAuditReportList(date, companyId, departmentId, projectId, leaderId, 0, startDate, endDate, targetUids);
|
|
|
|
|
|
+ List<Map<String, Object>> auditReportList = reportMapper.getAuditReportList(date, companyId, departmentId, projectId, leaderId, 0, startDate, endDate, targetUids,null);
|
|
List<Integer> batchIds = new ArrayList<>();
|
|
List<Integer> batchIds = new ArrayList<>();
|
|
for (Map<String, Object> map : auditReportList) {
|
|
for (Map<String, Object> map : auditReportList) {
|
|
Integer batchId = (Integer)map.get("batchId");
|
|
Integer batchId = (Integer)map.get("batchId");
|