Browse Source

周日报统计应填中去除请假次数

zhangjq 1 year ago
parent
commit
ba9cedc610

+ 1 - 1
zjugis-module-adm/zjugis-module-adm-biz/src/main/java/com/zjugis/module/adm/service/report/ReportServiceImpl.java

@@ -449,7 +449,7 @@ public class ReportServiceImpl implements ReportService {
 
             }
 
-            allLeaveDayOrWeekMap.put(userId, allLeaveDayOrWeekCount);
+            allLeaveDayOrWeekMap.put(reportUserId, allLeaveDayOrWeekCount);
 
             reportMap.put(reportUserId, userReportList);
         }