Commit 8a6919b5 by 周晓航

一键加购 需求 添加日志

parent ffe2e7c3
......@@ -3035,6 +3035,7 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService {
shoppingCartGoodsResponseVo.setChanged(checkCartRequest.getShoppingCartGoodsResponseVo().getChanged());
}
List<CartGoods> allCartGoodsList = JSONArray.parseArray(JSONObject.toJSONString(checkCartRequest.getCartGoodsList()), CartGoods.class);
LogUtil.info("替换查询结果 ", JSON.toJSONString(excludeGoods),JSON.toJSONString(allCartGoodsList));
// 如果查询出来的数据 为null 表示没有该商品 需要处理 fisherman
if (CollectionUtils.isEmpty(allCartGoodsList)) {
fullReplace = false;
......
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