* Add a new param for story-getExecutionStories.

This commit is contained in:
songchenxuan
2023-08-03 14:31:56 +08:00
parent c8c870ee05
commit 752365514b
6 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -837,7 +837,7 @@ class execution extends control
if($this->app->getViewType() == 'xhtml') $recPerPage = 10;
$pager = new pager($recTotal, $recPerPage, $pageID);
$stories = $this->story->getExecutionStories($executionID, 0, 0, $sort, $type, $param, $storyType, '', $pager);
$stories = $this->story->getExecutionStories($executionID, 0, 0, $sort, $type, $param, $storyType, '', '', $pager);
$this->loadModel('common')->saveQueryCondition($this->dao->get(), 'story', false);