预售商品列表添加关键字搜索
This commit is contained in:
parent
5bd3f298c4
commit
2bcee04f20
@ -37,7 +37,7 @@ class StoreProductPresell extends BaseController
|
|||||||
public function lst()
|
public function lst()
|
||||||
{
|
{
|
||||||
[$page, $limit] = $this->getPage();
|
[$page, $limit] = $this->getPage();
|
||||||
$where = $this->request->params([['type',4],'star','mer_id']);
|
$where = $this->request->params([['type',4],'star','mer_id', 'keyword']);
|
||||||
return app('json')->success($this->repository->getApiList($where,$page, $limit));
|
return app('json')->success($this->repository->getApiList($where,$page, $limit));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user