Commit a090c59a by 周晓航

测试 加够券的问题

parent 08ef00b0
...@@ -2944,7 +2944,7 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService { ...@@ -2944,7 +2944,7 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService {
// 删除购物车中的不匹配商品 加购信息不包含营销促销活动和优惠券,价格以切换后的当前门店为准 // 删除购物车中的不匹配商品 加购信息不包含营销促销活动和优惠券,价格以切换后的当前门店为准
List<Integer> excludeType = Arrays.asList( List<Integer> excludeType = Arrays.asList(
// 换购券 // 换购券
GoodsTypeEnum.HG_COUPON_GOODS.getGoodsType(), //GoodsTypeEnum.HG_COUPON_GOODS.getGoodsType(),
// 万能券商品 // 万能券商品
GoodsTypeEnum.ALL_COUPON_GOODS.getGoodsType(), GoodsTypeEnum.ALL_COUPON_GOODS.getGoodsType(),
// 虚拟商品 // 虚拟商品
......
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