Commit 9dd39743 by 周晓航

Merge branch 'KA-B端excel下载内容优化-20210727-zxh' into qa

parents 59a1c0ee 90cf81ce
...@@ -1188,6 +1188,9 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService { ...@@ -1188,6 +1188,9 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService {
} }
} }
} }
ShoppingSdkLogUtil.infoLog("fisherman 购物车均摊2 "+ LogThreadLocal.getTrackingNo(),
JSON.toJSONString(shoppingCartGoodsDto.getProducts()),
JSON.toJSONString(checkCartRequest));
return ResponseUtil.success(shoppingCartGoodsDto); return ResponseUtil.success(shoppingCartGoodsDto);
} }
......
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