Commit e2d2f6e0 by 徐康

b3s1

parent 36c2d28f
...@@ -2041,8 +2041,10 @@ public class ShoppingCartMCoffeeServiceImpl { ...@@ -2041,8 +2041,10 @@ 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); allCartGoodsList.add(b3S1CartGoods);
} }
}
//添加商品为超值加购活动商品 //添加商品为超值加购活动商品
if (CollectionUtils.isNotEmpty(reduceGoods)) { if (CollectionUtils.isNotEmpty(reduceGoods)) {
......
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