* Add project param for getNewParentAndAction method.

This commit is contained in:
hufangzhou
2023-12-28 13:58:55 +08:00
parent ba3ccdd6dd
commit 3c9eeff598
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -957,7 +957,7 @@ class programplanModel extends model
if(empty($statusCount)) continue;
$result = $this->programplanTao->getNewParentAndAction($statusCount, $parent, (int)$startTasks, $action);
$result = $this->programplanTao->getNewParentAndAction($statusCount, $parent, (int)$startTasks, $action, $project);
$newParent = $result['newParent'] ?? null;
$parentAction = $result['parentAction'] ?? '';