Commit 62db9c98 authored by 赵啸非's avatar 赵啸非

修改固定班次考勤

parent 43902461
......@@ -188,7 +188,7 @@ public class FixWorkOtherAttendance extends AttendanceWorkAbstract {
}
if (goInTime) {
//如果是上班打卡区间范围,判断是否迟到
boolean inTime = DateUtil.isIn(curDateTime, goWorkDateBefore, classDetail.getGoWorkDate());
boolean inTime = DateUtil.isIn(curDateTime, goWorkDateBefore, goWorkDateAfter);
if (inTime) {
for (AttendanceRecordDetailEntity attendanceRecordDetailEntity : commonData.getDetailEntityList()) {
if (attendanceRecordDetailEntity.getShiftsId() == classDetail.getId()) {
......
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