This commit is contained in:
mkm 2023-09-28 15:29:36 +08:00
parent 16fa01085a
commit a2c26954cd

View File

@ -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: