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: