Commit b564f6d6 authored by 赵啸非's avatar 赵啸非

修改用户等

parent 1ff8b8c0
......@@ -245,7 +245,8 @@ public class FixWorkOtherAttendance extends AttendanceWorkAbstract {
if (next.getOffWorkResult() == OffWorkResultEnum.缺卡.getValue()) {
if (DateUtil.compare(new Date(), next.getOffWorkDate()) < 0) {
next.setOffWorkDate(null);
next.setOffWorkResult(OffWorkResultEnum.正常.getValue());
// next.setOffWorkResult(OffWorkResultEnum.正常.getValue());
next.setOffWorkResult(null);
}
}
}
......
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