修复括号

This commit is contained in:
shengchanzhe 2023-10-17 11:54:40 +08:00
parent deedb4720e
commit 5aa60c34d8

View File

@ -1276,6 +1276,7 @@ class ProductRepository extends BaseRepository
$res['content']['content']=$content; $res['content']['content']=$content;
} }
} }
}
$res['merchant']['recommend'] = $this->getRecommend($res['product_id'], $res['mer_id']); $res['merchant']['recommend'] = $this->getRecommend($res['product_id'], $res['mer_id']);
$spu = app()->make(SpuRepository::class)->getSpuData( $spu = app()->make(SpuRepository::class)->getSpuData(