Commit 35183655 by 徐康

切换门店逻辑修改

parent f5681854
...@@ -1112,7 +1112,7 @@ public class ShoppingCartMCoffeeServiceImpl { ...@@ -1112,7 +1112,7 @@ public class ShoppingCartMCoffeeServiceImpl {
} }
cartGoodsList = cartGoodsList.stream().filter(cartGoods -> cartGoodsList = cartGoodsList.stream().filter(cartGoods ->
(StringUtils.isEmpty(cartGoods.getCouponCode()) && !StringUtils.equals("9999",cartGoods.getSkuId())) (StringUtils.isEmpty(cartGoods.getCouponCode()) && !StringUtils.equals("9999",cartGoods.getSkuId()))
&& (cartGoods.getIsMonthCard() != 1 && cartGoods.getMonthCardInfo() == null) && cartGoods.getIsMonthCard() != 1
).collect(Collectors.toList()); ).collect(Collectors.toList());
// 重新存储门店购物车 // 重新存储门店购物车
// assortmentSdkService.setShoppingCart(partnerId, storeId, userId, cartGoodsList, sessionId, "", shoppingCartBaseService); // assortmentSdkService.setShoppingCart(partnerId, storeId, userId, cartGoodsList, sessionId, "", shoppingCartBaseService);
......
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