From 2bcee04f20c7c225a3f01e5bf961369d3739fb3b Mon Sep 17 00:00:00 2001 From: luofei <604446095@qq.com> Date: Fri, 23 Feb 2024 14:28:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E5=94=AE=E5=95=86=E5=93=81=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=B7=BB=E5=8A=A0=E5=85=B3=E9=94=AE=E5=AD=97=E6=90=9C?= =?UTF-8?q?=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/store/product/StoreProductPresell.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/api/store/product/StoreProductPresell.php b/app/controller/api/store/product/StoreProductPresell.php index 291cdc18..77465157 100755 --- a/app/controller/api/store/product/StoreProductPresell.php +++ b/app/controller/api/store/product/StoreProductPresell.php @@ -37,7 +37,7 @@ class StoreProductPresell extends BaseController public function lst() { [$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)); }