|
|
|
@ -60,6 +60,9 @@ public class AbnormalAttendanceServiceImpl extends Service implements AbnormalAt
|
|
|
|
|
classStartTime = clcokInTimedto.getElasticTime();
|
|
|
|
|
}
|
|
|
|
|
int between = Utils.removeRestTime(classStartTime,clockInTime,scheduleResult,analysisDate);
|
|
|
|
|
if (between == 0){
|
|
|
|
|
return resultList;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
Map<String,Object> lateParams = Maps.newHashMap();
|
|
|
|
|
lateParams.put("attendanceItems",attendanceItems);
|
|
|
|
@ -219,6 +222,9 @@ public class AbnormalAttendanceServiceImpl extends Service implements AbnormalAt
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
int between = Utils.removeRestTime(clockInTime,classEndTime,scheduleResult,analysisDate);
|
|
|
|
|
if (between == 0){
|
|
|
|
|
return resultList;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
Map<String,Object> earlyParams = Maps.newHashMap();
|
|
|
|
|
earlyParams.put("attendanceItems",attendanceItems);
|
|
|
|
|