浏览代码

Merge branch 'dev'

master
父节点
当前提交
a038781ec1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      common/models/ProductSearch.php

+ 1
- 1
common/models/ProductSearch.php 查看文件

@@ -69,7 +69,7 @@ class ProductSearch extends Product
'query' => $query,
'sort' => ['attributes' => ['order', 'photo', 'name', 'description','active']],
'pagination' => [
'pageSize' => 20,
'pageSize' => 1000,
],
]);

正在加载...
取消
保存