From 38b7d0c586a3ce734b7000cd5c1ac6bffdb5f104 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 11 Mar 2024 15:38:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20time=5F20=5Fy=20=E6=94=B9=E4=B8=BA6?= =?UTF-8?q?=E7=82=B9=E5=8D=8A?= 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 10673545..01261e02 100755 --- a/apps/hrm/services.py +++ b/apps/hrm/services.py @@ -309,7 +309,7 @@ class HrmService: time_20_x = datetime(year=s_time_f.year, month=s_time_f.month, day=s_time_f.day, hour=16, minute=0, second=0, tzinfo=tzinfo) time_20_y = datetime(year=s_time_f.year, month=s_time_f.month, - day=s_time_f.day, hour=18, minute=10, second=0, tzinfo=tzinfo) + day=s_time_f.day, hour=18, minute=30, second=0, tzinfo=tzinfo) if time_10_x < s_time_f < time_10_y: card_type = 10 elif time_20_x < s_time_f < time_20_y: