Commit d4b068f2 by 徐康

合代码

parent 6ef932f2
...@@ -1081,7 +1081,7 @@ public class ShoppingCartMCoffeeServiceImpl { ...@@ -1081,7 +1081,7 @@ public class ShoppingCartMCoffeeServiceImpl {
// 新门店check购物车中所有商品 // 新门店check购物车中所有商品
List<CartGoods> temList = new ArrayList<>(); List<CartGoods> temList = new ArrayList<>();
for (CartGoods goods : cartGoodsList) { for (CartGoods goods : cartGoodsList) {
temList.addAll(checkCartGoods(partnerId, toStoreId, orderType, menuType, shoppingCartGoodsResponseVo, Arrays.asList(goods))); temList.addAll(checkCartGoods(partnerId, toStoreId, orderType, menuType, shoppingCartGoodsResponseVo, Arrays.asList(goods), sessionId));
} }
cartGoodsList = temList; cartGoodsList = temList;
// 当couponCode不为空时,需参与价格计算 // 当couponCode不为空时,需参与价格计算
......
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