Merge branch 'master' of https://gitea.f2b211.com/jsasg/orico-official-website
This commit is contained in:
@@ -57,7 +57,7 @@ class Product
|
||||
])
|
||||
->categoryNullable($param['category_id']??null)
|
||||
->isShowNullable(isset($param['is_show']) ? (bool)$param['is_show'] : null)
|
||||
->order(['sort' => 'asc', 'id' => 'desc'])
|
||||
->order(['sort' => 'asc', 'created_at' => 'desc', 'id' => 'desc'])
|
||||
->paginate([
|
||||
'list_rows' => $param['size'],
|
||||
'page' => $param['page'],
|
||||
|
||||
Reference in New Issue
Block a user