Commit cb6da3e2 by weijiguang

下单时校验订单中sku数量

parent 65bf4053
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
</select> </select>
<select id="selectEnableShops" resultMap="ShopResult"> <select id="selectEnableShops" resultMap="ShopResult">
select * from shop s select * from shop s
<where> <where>
<if test="states != null and states.size() > 0"> <if test="states != null and states.size() > 0">
and s.state in and s.state 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