|
@@ -72,7 +72,7 @@
|
|
|
limit 1
|
|
|
</select>
|
|
|
<select id="findCollageProduct" resultType="com.caimei.model.po.CmHeheCollageProductPo">
|
|
|
- select chcs.skuId, chcp.productId, chcs.collagePrice, chcp.limitedNum, chcp.unlimitedFlag, chcp.memberNum
|
|
|
+ select chcs.skuId, chcp.productId, chcs.collagePrice as price, chcp.limitedNum, chcp.unlimitedFlag, chcp.memberNum
|
|
|
from cm_hehe_collage_product chcp
|
|
|
left join cm_hehe_collage_sku chcs on chcp.productId = chcs.productId
|
|
|
where chcs.skuId = #{skuId}
|