未知人员修改为人员

This commit is contained in:
caoqianming 2023-02-11 16:27:56 +08:00
parent 5b04858d2e
commit 9a9fe62baa
1 changed files with 1 additions and 1 deletions

View File

@ -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)