Commit e94831da by weijiguang

恢复部分代码

parent 49a25d0e
...@@ -84,7 +84,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -84,7 +84,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<update id="updateShopGoodsSkuState" > <update id="updateShopGoodsSkuState" >
update shop_goods_sku set `state`= #{state} where id = #{id} update shop_goods_sku set `state`= #{state} where id = #{id}
</update> </update>
<select id="selectSkuIds" > <select id="selectSkuIds" resultType="Long">
select sku_id from shop_goods_sku select sku_id from shop_goods_sku
<if test="ids!=null"> <if test="ids!=null">
where id in where id in
......
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