Commit 8c556983 authored by 廖旭伟's avatar 廖旭伟

bug修改

parent d5fffae2
......@@ -404,7 +404,7 @@ public class AttendanceStatServiceImpl extends AbstractCRUDServiceImpl<Attendanc
attendanceSummary += "事假半天*" + item.getOvertimeTimes() + "次;";
}
if (item.getLeaveDay() > 0) {
attendanceSummary += "事假全*" + item.getOvertimeTimes() + "次;";
attendanceSummary += "事假全*" + item.getOvertimeTimes() + "次;";
}
AttendanceStaffStatEntity staffStat = new AttendanceStaffStatEntity();
staffStat.initAttrValue();
......
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