Commit fff1e83c by weijiguang

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

parent 0d363dc3
...@@ -47,7 +47,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -47,7 +47,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</select> </select>
<select id="selectShopRecommendByGoodsId" resultMap="ShopRecommendResult"> <select id="selectShopRecommendByGoodsId" resultMap="ShopRecommendResult">
select * from select * from shop_recommend
where `type` = 2 and shop_id = #{shopId} and goods_id = #{goodsId} where `type` = 2 and shop_id = #{shopId} and goods_id = #{goodsId}
</select> </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