|
@@ -52,7 +52,7 @@
|
|
|
<select id="getConcernProduct" resultType="com.example.xiaoshiweixinback.entity.vo.ProductVO">
|
|
|
select distinct p.id as id,p.name as name,p.description as description,p.sell_platform as sellPlatform,pe.name
|
|
|
as createName ,p.create_time as createTime,p.best_selling_brand as bestSellingBrand,p.price as
|
|
|
- price,p.platform_link as platformLink,p.if_hot as ifHot
|
|
|
+ price,p.platform_link as platformLink,p.if_hot as ifHot,app.id as assoId
|
|
|
from
|
|
|
asso_person_product as app
|
|
|
left join product as p on app.product_id =p.id
|