From a2c26954cd36371a483609a61c233da482742e58 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Thu, 28 Sep 2023 15:29:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/repositories/store/product/ProductRepository.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/common/repositories/store/product/ProductRepository.php b/app/common/repositories/store/product/ProductRepository.php index 5e72865f..b07c60f7 100644 --- a/app/common/repositories/store/product/ProductRepository.php +++ b/app/common/repositories/store/product/ProductRepository.php @@ -1167,8 +1167,6 @@ class ProductRepository extends BaseRepository $where['product_type'] = $productType; } $res = $this->dao->getWhere($where, $field, $with); - $a= $this->getRecommend($res['product_id'], $res['mer_id']); - halt($a); if (!$res) return []; switch ($res['product_type']) { case 0: