* fix bug.

This commit is contained in:
wangyidong
2020-03-14 13:30:58 +08:00
parent 054c41e2b8
commit da823eacb6
3 changed files with 20 additions and 2 deletions
+1 -1
View File
@@ -2008,7 +2008,7 @@ class project extends control
}
else
{
$allStories = $this->story->getProductStories(array_keys($products), $branches, $moduleID = '0', $status = 'active', $pager = null, $hasParent = false);
$allStories = $this->story->getProductStories(array_keys($products), $branches, $moduleID = '0', $status = 'active', 'story', 'id_desc', $pager = null, $hasParent = false);
}
foreach($allStories as $id => $story)
{