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

pull/13436/head
wangruidong 5 months ago committed by Bryan
parent b28aec527f
commit 66cd6e95a8

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

Loading…
Cancel
Save