* Compatible ipd project::execution.

This commit is contained in:
tanghucheng
2024-03-27 16:06:28 +08:00
parent 88a0e7d846
commit 0e35084fe1
2 changed files with 7 additions and 1 deletions
+1
View File
@@ -4749,6 +4749,7 @@ class executionModel extends model
/* Append tasks and child stages. */
if(!empty($execution->tasks)) $rows = $this->appendTasks($execution->tasks, $rows);
if(!empty($execution->points)) $rows = $this->appendPoints($execution->points, $rows);
}
return $rows;