Commit f97c35be by 张新旗

代码修改

parent 24181a36
......@@ -116,7 +116,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
update shop_goods_sku set state =#{status}
<where>
and shop_id=#{shopId}
and machineId=#{machineCode}
and machine_id=#{machineCode}
<if test="skuIds!=null">
and sku_id in
<foreach collection="skuIds" index="index" item="item" open="(" separator="," close=")">
......@@ -131,6 +131,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and goods_id in
<foreach collection="goodsIds" index="index" item="item" open="(" separator="," close=")">
#{item}
</foreach>
</delete>
</mapper>
\ No newline at end of file
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