Commit 0432bb17 authored by 赵啸非's avatar 赵啸非

修改用户等

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