notify_event remployee bug
This commit is contained in:
parent
efacae0549
commit
d0f3a59706
|
@ -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 = '访客'
|
||||
|
|
Loading…
Reference in New Issue