Merge branch 'sprint/176_songchenxuan_45538' into 'master'

*Finish task #45538.

See merge request easycorp/zentaopms!886
This commit is contained in:
朱金勇
2021-12-10 06:07:32 +00:00
2 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ class task extends control
$moduleID = $this->tree->getStoryModule($task->module);
$moduleIdList = $this->tree->getAllChildID($moduleID);
}
$stories = $this->story->getExecutionStoryPairs($executionID, 0, 0, $moduleIdList, 'full', 'unclosed');
$stories = $this->story->getExecutionStoryPairs($executionID, 0, 'all', $moduleIdList, 'full', 'unclosed');
/* Get block id of assinge to me. */
$blockID = 0;