* code for task #46552.

This commit is contained in:
王怡栋
2021-12-28 15:16:08 +08:00
parent 85ae7e23cb
commit 667cf60e42
7 changed files with 88 additions and 19 deletions
+1 -1
View File
@@ -852,7 +852,7 @@ class productModel extends model
* @access public
* @return array
*/
public function getStories($productID, $branch, $browseType, $queryID, $moduleID, $type = 'story', $sort, $pager)
public function getStories($productID, $branch, $browseType, $queryID, $moduleID, $type = 'story', $sort = 'id_desc', $pager = null)
{
if(defined('TUTORIAL')) return $this->loadModel('tutorial')->getStories();