mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-21 11:28:38 +00:00
fix: 修复工单发消息报错
This commit is contained in:
@@ -53,8 +53,8 @@ class Handler(BaseHandler):
|
||||
_('Applied type'), apply_type_display,
|
||||
_('Applied application group'), ','.join(apply_applications),
|
||||
_('Applied system user group'), ','.join(apply_system_users),
|
||||
_('Applied date start'), apply_date_start.strftime('%Y-%m-%d %H:%M:%S'),
|
||||
_('Applied date expired'), apply_date_expired.strftime('%Y-%m-%d %H:%M:%S'),
|
||||
_('Applied date start'), apply_date_start,
|
||||
_('Applied date expired'), apply_date_expired,
|
||||
)
|
||||
return applied_body
|
||||
|
||||
|
Reference in New Issue
Block a user