Commit 73720227 by 徐康

删除9998商品

parent c04a8c26
......@@ -1178,6 +1178,8 @@ public class ShoppingCartMCoffeeServiceImpl {
//设置均摊信息
calculationService.updateShoppingCartGoodsApportion(shoppingCartGoodsResponseVo, calculationDiscount, shoppingCartGoodsDto, premiumExchangeActivity, shoppingCartInfoRequestVo);
shoppingCartGoodsDto.getProducts().removeIf(o -> "9998".equals(o.getSkuId()));
//如果是餐具商品,则放到最后
if (CollectionUtils.isNotEmpty(shoppingCartGoodsDto.getProducts())) {
int size = shoppingCartGoodsDto.getProducts().size();
......
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