商户的商品搜索列表
This commit is contained in:
parent
6c37022bfc
commit
56bef0a81e
@ -132,7 +132,7 @@ class StoreSpu extends BaseController
|
||||
$where['mer_id'] = $id;
|
||||
$where['is_gift_bag'] = 0;
|
||||
$where['order'] = $where['order'] ? $where['order'] : 'sort';
|
||||
$data = $this->repository->getApiSearch($where, $page, $limit, $this->userInfo);
|
||||
$data = $this->repository->getApiSearch($where, $page, $limit, $this->userInfo,true);
|
||||
return app('json')->success($data);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user