fix: 获取账号改密的任务列表超时

pull/13436/head
wangruidong 2024-06-14 17:35:08 +08:00 committed by Bryan
parent b28aec527f
commit 66cd6e95a8
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class AutomationExecution(OrgModelMixin):
)
class Meta:
ordering = ('-date_start',)
ordering = ('org_id', '-date_start',)
verbose_name = _('Automation task execution')
@property