feat(ProductLists): 修改商品排序规则,调整'sort'优先级,优化商品排序功能
This commit is contained in:
parent
27e4295df5
commit
e0713be0a0
@ -55,7 +55,7 @@ class ProductLists extends BaseApiDataLists implements ListsSearchInterface, Lis
|
||||
*/
|
||||
public function setDefaultOrder(): array
|
||||
{
|
||||
return ['price' => 'asc', 'id' => 'desc','sort'=>'desc'];
|
||||
return ['sort'=>'desc','price' => 'asc', 'id' => 'desc'];
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user