From 5c6dfffef7d8f72e7526efbd7e499efb79bc23cf Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Thu, 28 Sep 2023 10:56:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9F=A5=E8=AF=A2=E5=BC=82?= =?UTF-8?q?=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/repositories/store/product/ProductRepository.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/common/repositories/store/product/ProductRepository.php b/app/common/repositories/store/product/ProductRepository.php index 0fba362a..937a2a86 100644 --- a/app/common/repositories/store/product/ProductRepository.php +++ b/app/common/repositories/store/product/ProductRepository.php @@ -1023,7 +1023,6 @@ class ProductRepository extends BaseRepository public function getApiSearch($merId, array $where, int $page, int $limit, $userInfo) { $where = array_merge($where, $this->dao->productShow()); - halt($where); //搜索记录 if (isset($where['keyword']) && !empty($where['keyword'])) app()->make(UserVisitRepository::class)->searchProduct(