From 5aa60c34d8903b8c71db4906aeb41519d7120380 Mon Sep 17 00:00:00 2001 From: shengchanzhe <179998674@qq.com> Date: Tue, 17 Oct 2023 11:54:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8B=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/repositories/store/product/ProductRepository.php | 1 + 1 file changed, 1 insertion(+) 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']);