|
@@ -159,7 +159,7 @@
|
|
from cm_brand_auth_product
|
|
from cm_brand_auth_product
|
|
</select>
|
|
</select>
|
|
<select id="getWxProductList" resultType="com.caimei.model.vo.WxProductListVo">
|
|
<select id="getWxProductList" resultType="com.caimei.model.vo.WxProductListVo">
|
|
- select p.id as productId,p.authId, p.name as productName,p.snCode,p.image as productImage,a.authParty
|
|
|
|
|
|
+ select p.id as productId,p.authId, p.name as productName,p.snCode,p.image as productImage,a.authParty as clubName
|
|
from cm_brand_auth_product p
|
|
from cm_brand_auth_product p
|
|
left join cm_brand_auth a on p.authId = a.id
|
|
left join cm_brand_auth a on p.authId = a.id
|
|
left join cm_brand_auth_user au on a.authUserId = au.authUserId
|
|
left join cm_brand_auth_user au on a.authUserId = au.authUserId
|