Commit c9db8dc8 by 徐康

Merge branch 'feature/xukang_20210609_麦咖啡p7v2' into qa

parents 460a13b2 24f0139e
...@@ -271,7 +271,7 @@ public class ShoppingCartMCoffeeServiceImpl { ...@@ -271,7 +271,7 @@ public class ShoppingCartMCoffeeServiceImpl {
Set<String> set = new HashSet<>(); Set<String> set = new HashSet<>();
b3S1CouponGoodsInfoVo.setCardCodeSet(set); b3S1CouponGoodsInfoVo.setCardCodeSet(set);
set.add(addShoppingCartGoodsRequestVo.getB3S1CouponGoodsInfo().getCardCode()); set.add(addShoppingCartGoodsRequestVo.getB3S1CouponGoodsInfo().getCardCode());
oldCartGoodsList.add(cartGoods9998); newCartGoods.add(cartGoods9998);
} }
} }
// 重新保存购物车数据 // 重新保存购物车数据
......
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