From 9a9fe62baa9a78f9f06948cdabac4dc34c77254b Mon Sep 17 00:00:00 2001 From: caoqianming Date: Sat, 11 Feb 2023 16:27:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AA=E7=9F=A5=E4=BA=BA=E5=91=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E4=BA=BA=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/ecm/service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ecm/service.py b/apps/ecm/service.py index 943a88e6..7c1e0326 100644 --- a/apps/ecm/service.py +++ b/apps/ecm/service.py @@ -97,7 +97,7 @@ def notify_event(event: Event, voice_msg=''): ep_type = '货车司机' params['employee'] = ep_type + ep_name elif obj_cate == 'people': - params['employee'] = '未知人员' + params['employee'] = '人员' cats_list = [] for i in event.cates.all(): cats_list.append(i.name)