mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-31 23:20:37 +00:00
fix: 获取账号改密的任务列表超时
This commit is contained in:
@@ -123,7 +123,7 @@ class AutomationExecution(OrgModelMixin):
|
||||
)
|
||||
|
||||
class Meta:
|
||||
ordering = ('-date_start',)
|
||||
ordering = ('org_id', '-date_start',)
|
||||
verbose_name = _('Automation task execution')
|
||||
|
||||
@property
|
||||
|
Reference in New Issue
Block a user