From b217f30c59833d8ca7c3a75b8891a80e9e744afb Mon Sep 17 00:00:00 2001 From: caoqianming Date: Thu, 23 Mar 2023 11:16:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20>10h=E7=AE=97=E5=8A=A0=E7=8F=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/hrm/services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: