* [refac bug #57595] Set estStarted and realStarted field for task tree.

This commit is contained in:
wangyidong
2024-11-29 10:47:25 +08:00
committed by 孙广明
parent 9fb60509d6
commit bf069ccba9
3 changed files with 11 additions and 2 deletions
+1
View File
@@ -2587,6 +2587,7 @@ class taskModel extends model
}
/* Process parent-child task info. */
$parentIdList = array();
foreach($tasks as $task)
{
if($task->parent > 0) $parentIdList[] = $task->parent;