Commit 24f0139e by 徐康

问题修复

parent ac638702
...@@ -267,7 +267,7 @@ public class ShoppingCartMCoffeeServiceImpl { ...@@ -267,7 +267,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