From 56bef0a81ef2529dabf63fc839ce1446a8084a74 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Tue, 14 Nov 2023 10:41:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E6=88=B7=E7=9A=84=E5=95=86=E5=93=81?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/store/product/StoreSpu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/api/store/product/StoreSpu.php b/app/controller/api/store/product/StoreSpu.php index 758a33ed..01c1dbd4 100644 --- a/app/controller/api/store/product/StoreSpu.php +++ b/app/controller/api/store/product/StoreSpu.php @@ -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); }