Commit c1945f8f by weijiguang

下单时校验订单中sku数量

parent 84957ba0
......@@ -78,7 +78,7 @@ public interface ShopMapper {
void updateNoDefault();
List<Shop> selectEnableShops(List<Integer> states);
List<Shop> selectEnableShops(@Param("states") List<Integer> states);
List<Shop> selectDefaultSameLocationShops(@Param("states") List<Integer> states);
......
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