From f5067e3163496169e9d6682305793efe3a2c2455 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 10 Oct 2023 12:08:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20clear=5Fbgl=5Fr=20=E8=B7=B3=E5=87=BA?= =?UTF-8?q?=E5=BE=AA=E7=8E=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/hrm/services.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/hrm/services.py b/apps/hrm/services.py index b513a697..9efe04ba 100755 --- a/apps/hrm/services.py +++ b/apps/hrm/services.py @@ -482,6 +482,7 @@ class HrmService: third_info__dh_face_card=i['cardNumber']) except: print(f'{ep.name}-卡片不存在') + break if ep.type in ['remployee', 'visitor', 'driver']: dh_face_card = i['cardNumber'] dh_id = ep.third_info['dh_id']