Commit 0d363dc3 by weijiguang

修复checkSku特惠价格不生效问题

parent ddc58801
......@@ -47,7 +47,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</select>
<select id="selectShopRecommendByGoodsId" resultMap="ShopRecommendResult">
<include refid="selectShopRecommendVo"/>
select * from
where `type` = 2 and shop_id = #{shopId} and goods_id = #{goodsId}
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment