@@ -73,7 +73,7 @@
order by -cbpr.sort desc
</select>
<select id="getAutoRecommendList" resultType="com.caimei.www.pojo.baike.BaikeProduct">
- select p.id as recommendProductId, p.name as recommendProductName
+ select p.id as productId, p.commodityType, p.image, p.name, p.discription, p.publishTime, (p.basePv + p.actualPv) as pv
from cm_baike_product p
where typeId = #{typeId}
<if test="shopId != null">