Commit 65bff060 by ilal Committed by chenzg

提交

parent 5d1d66d8
......@@ -2595,6 +2595,7 @@ public class ClockInController {
List<AttSchedule> beforeattsch = beforeattdate.getAttsch();
int p = 0;
if(EmptyUtil.isNotEmpty(beforeattdate.getAttsch()) && beforeattsch.get(0).getId() != 0) {
for(AttSchedule befo : beforeattsch) {
boolean isdkjl = true;
if(befo.getNextday() == 1) {
......@@ -2651,6 +2652,8 @@ public class ClockInController {
}
}
}
}
/****************次日结束***************/
int bccs = attdate.getAttsch().size();
......
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