From 1399b1dbce8d629aa3d02408efd2637bbd9934d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E5=89=8D=E6=98=8E?= <909355014@qq.com> Date: Thu, 23 Jun 2022 17:08:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8D=A1=20bug?= 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 07af774d..c1334829 100755 --- a/apps/hrm/services.py +++ b/apps/hrm/services.py @@ -7,6 +7,7 @@ from datetime import datetime class HrmService: + @classmethod def sync_dahua_employee(cls, ep: Employee, old_photo=''): dh_id = None dh_photo = None