Commit 7f614b12 by 孙昱

sunyu::update::fix bug about clearCouponInfo

parent c15145f7
...@@ -478,6 +478,8 @@ public class ShoppingCartMCoffeeServiceImpl { ...@@ -478,6 +478,8 @@ public class ShoppingCartMCoffeeServiceImpl {
cartGoods.setCouponCode(""); cartGoods.setCouponCode("");
} }
} }
//重新保存购物车
assortmentSdkService.setShoppingCart(partnerId, storeId, userId, cartGoodsList, null, null, this.shoppingCartBaseService);
return ResponseUtil.success(); 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