Commit 59a1c0ee by 周晓航

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

parents 723a9004 04574b54
...@@ -1173,7 +1173,8 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService { ...@@ -1173,7 +1173,8 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService {
} }
// fisherman 设置 商品的 productType 和商品的类型同步 // fisherman 设置 商品的 productType 和商品的类型同步
List<ProductBeanDTO> productList = checkCartRequest.getProductList(); List<ProductBeanDTO> productList = checkCartRequest.getProductList();
ShoppingSdkLogUtil.infoLog("fisherman 购物车均摊",JSON.toJSONString(productList), ShoppingSdkLogUtil.infoLog("fisherman 购物车均摊 "+ LogThreadLocal.getTrackingNo(),
JSON.toJSONString(productList),
JSON.toJSONString(shoppingCartGoodsDto.getProducts()), JSON.toJSONString(shoppingCartGoodsDto.getProducts()),
JSON.toJSONString(premiumExchangeActivity)); JSON.toJSONString(premiumExchangeActivity));
if (CollectionUtils.isNotEmpty(productList)) { if (CollectionUtils.isNotEmpty(productList)) {
......
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