diff --git a/apps/hrm/services.py b/apps/hrm/services.py index b3367d64..2b981e6f 100755 --- a/apps/hrm/services.py +++ b/apps/hrm/services.py @@ -309,7 +309,7 @@ class HrmService: elif time_d > timedelta(hours=14): last_obj.exception_type = ClockRecord.E_TYPE_MORE last_obj.save() - elif time_d > timedelta(hours=9): + elif time_d > timedelta(hours=10): last_obj.exception_type = ClockRecord.E_TYPE_ADD last_obj.save() elif cr_e.type == 20: