未知人员修改为人员
This commit is contained in:
parent
5b04858d2e
commit
9a9fe62baa
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue