Commit 80a26b17 authored by 赵啸非's avatar 赵啸非

修改用户等

parent b4e4e0ab
......@@ -296,6 +296,7 @@ public class FixWorkOtherAttendance extends AttendanceWorkAbstract {
}
if (GoWorkResultEnum.缺卡.getValue() == recordDetailEntity.getGoWorkResult()) {
errorEntity.setErrorStatus(ErrorStatusEnum.缺卡.getValue());
errorEntity.setActualAttendanceDateTime(null);
}
errorEntityList.add(errorEntity);
}
......@@ -325,6 +326,7 @@ public class FixWorkOtherAttendance extends AttendanceWorkAbstract {
}
if (OffWorkResultEnum.迟到.getValue() == recordDetailEntity.getOffWorkResult()) {
errorEntity.setErrorStatus(ErrorStatusEnum.迟到.getValue());
errorEntity.setActualAttendanceDateTime(null);
}
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