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(