* Add the recall in project story list, add the review and recall in execution story list.

This commit is contained in:
hufangzhou
2021-09-06 13:06:33 +08:00
parent 3a30ffec77
commit 85ad745929
4 changed files with 22 additions and 3 deletions
+3
View File
@@ -736,6 +736,9 @@ class execution extends control
$stories = $this->story->getExecutionStories($executionID, 0, 0, $sort, $type, $param, 'story', '', $pager);
$this->loadModel('common')->saveQueryCondition($this->dao->get(), 'story', false);
if(!empty($stories)) $stories = $this->story->mergeReviewer($stories);
$users = $this->user->getPairs('noletter');
/* Build the search form. */