Commit a1c91d5b by 孙昱

sunyu::update::fix bug about clearMonthCardInfo

parent 639b6880
......@@ -494,6 +494,7 @@ public class ShoppingCartMCoffeeServiceImpl {
cartGoods.setCouponCode("");
}
}
cartGoodsList = cartGoodsList.stream().filter(cartGoods -> !StringUtils.equals("9999",cartGoods.getSkuId())).collect(Collectors.toList());
//重新保存购物车
assortmentSdkService.setShoppingCart(partnerId, storeId, userId, cartGoodsList, null, null, this.shoppingCartBaseService);
return ResponseUtil.success();
......
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