diff --git a/app/common/repositories/store/product/ProductRepository.php b/app/common/repositories/store/product/ProductRepository.php index 63ddf182..4889122b 100644 --- a/app/common/repositories/store/product/ProductRepository.php +++ b/app/common/repositories/store/product/ProductRepository.php @@ -1275,6 +1275,7 @@ class ProductRepository extends BaseRepository }else{ $res['content']['content']=$content; } + } } $res['merchant']['recommend'] = $this->getRecommend($res['product_id'], $res['mer_id']);