|
@@ -697,7 +697,7 @@
|
|
|
where productId = #{productId}
|
|
|
</select>
|
|
|
<select id="getSidebarBaike" resultType="com.caimei365.commodity.model.vo.BaikeProductVo">
|
|
|
- select id as productId, name, image
|
|
|
+ select id as productId, commodityType, name, image
|
|
|
from cm_baike_product
|
|
|
WHERE topPosition IN (1, 2, 3)
|
|
|
and status = 1 and NOW() > publishTime
|