From d54ea2c2dcd7e700e4107a353a1cd417c68f1f2f Mon Sep 17 00:00:00 2001 From: caoqianming Date: Thu, 27 Jan 2022 09:28:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E7=85=A7=E7=89=87bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hb_server/apps/hrm/services.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hb_server/apps/hrm/services.py b/hb_server/apps/hrm/services.py index 1a793b1..0786a29 100644 --- a/hb_server/apps/hrm/services.py +++ b/hb_server/apps/hrm/services.py @@ -40,6 +40,7 @@ class HRMService: return user, '' return None, '识别失败' + @classmethod def get_facedata_from_img(cls, img_path): try: photo_path = settings.BASE_DIR + img_path