This commit is contained in:
hufangzhou
2023-09-11 07:45:13 +00:00
parent f6374bf0b8
commit e774d710d8
+1 -1
View File
@@ -6141,7 +6141,7 @@ class executionModel extends model
if(!isset($sortedExecutions[$executionID]) and isset($executions[$executionID])) $sortedExecutions[$executionID] = $executions[$executionID];
$children = isset($childExecutions[$executionID]) ? $childExecutions[$executionID] : array();
if(!empty($children)) $sortedExecutions += $this->resetExecutionSorts($executions, $children, $childExecutions);
if(!empty($children)) $sortedExecutions += $this->resetExecutionSorts($executions, $children);
}
return $sortedExecutions;
}