Merge branch 'sprint/174_xieqiyu_45080' into 'master'

Sprint/174 xieqiyu 45080

See merge request easycorp/zentaopms!644
This commit is contained in:
孙广明
2021-11-29 06:58:17 +00:00
7 changed files with 43 additions and 30 deletions
+1 -1
View File
@@ -2508,7 +2508,7 @@ class execution extends control
if($browseType == 'bySearch')
{
$allStories = $this->story->getBySearch('', 0, $queryID, 'id', $objectID);
$allStories = $this->story->getBySearch('', '', $queryID, 'id', $objectID);
}
else
{