Commit 50bc0b81 by 徐康

check

parent e2d2f6e0
...@@ -2041,9 +2041,9 @@ public class ShoppingCartMCoffeeServiceImpl { ...@@ -2041,9 +2041,9 @@ public class ShoppingCartMCoffeeServiceImpl {
shoppingCartGoodsResponseVo.setChanged(checkCartRequest.getShoppingCartGoodsResponseVo().getChanged()); shoppingCartGoodsResponseVo.setChanged(checkCartRequest.getShoppingCartGoodsResponseVo().getChanged());
} }
allCartGoodsList = JSONArray.parseArray(JSONObject.toJSONString(checkCartRequest.getCartGoodsList()), CartGoods.class); allCartGoodsList = JSONArray.parseArray(JSONObject.toJSONString(checkCartRequest.getCartGoodsList()), CartGoods.class);
if(null != b3S1CartGoods) { }
allCartGoodsList.add(b3S1CartGoods); if(null != b3S1CartGoods) {
} allCartGoodsList.add(b3S1CartGoods);
} }
//添加商品为超值加购活动商品 //添加商品为超值加购活动商品
......
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