Commit 04574b54 by 周晓航

打日志

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent f006ecc1
...@@ -1163,7 +1163,8 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService { ...@@ -1163,7 +1163,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