notify_event remployee bug

This commit is contained in:
曹前明 2022-09-24 12:38:56 +08:00
parent efacae0549
commit d0f3a59706
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ def notify_event(event: Event, voice_msg=''):
elif ep:
ep_name = ep.name
ep_type = '正式员工'
if ep.type == 'rempoyee':
if ep.type == 'remployee':
ep_type = '相关方人员'
elif ep.type == 'visitor':
ep_type = '访客'