This commit is contained in:
hufangzhou
2022-02-28 14:27:46 +08:00
parent 4f6834011c
commit b79cd2db12
2 changed files with 75 additions and 4 deletions
+1 -1
View File
@@ -408,7 +408,7 @@ class taskModel extends model
if(dao::isError()) return false;
$childTasks .= $taskID . ',';
if($story) $this->story->setStage($task->story);
if($task->story) $this->story->setStage($task->story);
$this->executeHooks($taskID);