Commit 1ff8b8c0 authored by 赵啸非's avatar 赵啸非

修改用户等

parent 45769c25
...@@ -320,13 +320,13 @@ public class FixWorkOtherAttendance extends AttendanceWorkAbstract { ...@@ -320,13 +320,13 @@ public class FixWorkOtherAttendance extends AttendanceWorkAbstract {
} }
if (OffWorkResultEnum.缺卡.getValue() == recordDetailEntity.getOffWorkResult()) { if (OffWorkResultEnum.缺卡.getValue() == recordDetailEntity.getOffWorkResult()) {
errorEntity.setErrorStatus(ErrorStatusEnum.缺卡.getValue()); errorEntity.setErrorStatus(ErrorStatusEnum.缺卡.getValue());
errorEntity.setActualAttendanceDateTime(null);
} }
if (OffWorkResultEnum.早退.getValue() == recordDetailEntity.getOffWorkResult()) { if (OffWorkResultEnum.早退.getValue() == recordDetailEntity.getOffWorkResult()) {
errorEntity.setErrorStatus(ErrorStatusEnum.早退.getValue()); errorEntity.setErrorStatus(ErrorStatusEnum.早退.getValue());
} }
if (OffWorkResultEnum.迟到.getValue() == recordDetailEntity.getOffWorkResult()) { if (OffWorkResultEnum.迟到.getValue() == recordDetailEntity.getOffWorkResult()) {
errorEntity.setErrorStatus(ErrorStatusEnum.迟到.getValue()); errorEntity.setErrorStatus(ErrorStatusEnum.迟到.getValue());
errorEntity.setActualAttendanceDateTime(null);
} }
errorEntityList.add(errorEntity); errorEntityList.add(errorEntity);
} }
......
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