Commit 23f33d7d by ilal Committed by chenzg

提交

parent dcd40dce
......@@ -1545,7 +1545,7 @@ public class SalaryManagementController {
int gzsc = punchcarddetailsservice.selectWorkingHours(userid,startDate,endDate);
List<PunchRecord> initial = punchrecordservice.getMaintenancePunchCardList(startDate,endDate,userid);
List<PunchRecord> initial = punchrecordservice.getMaintenancePunchCardList(startDate,endDate,userid,orgCode);
int latenum = 0;// 迟到次数
int latehours = 0;// 迟到时长
int leanum = 0;// 早退次数
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment