Commit a21a40a5 by 周晓航

打日志

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent 4bb03b01
...@@ -1162,8 +1162,9 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService { ...@@ -1162,8 +1162,9 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService {
} }
// fisherman 设置 商品的 productType 和商品的类型同步 // fisherman 设置 商品的 productType 和商品的类型同步
List<ProductBeanDTO> productList = checkCartRequest.getProductList(); List<ProductBeanDTO> productList = checkCartRequest.getProductList();
LogUtil.info("fisherman 购物车均摊1",JSON.toJSONString(productList),JSON.toJSONString(shoppingCartGoodsDto.getProducts())); ApiLog.printLog("fisherman 购物车均摊",JSON.toJSONString(productList),
LogUtil.info("fisherman 购物车均摊2",JSON.toJSONString(premiumExchangeActivity),null); JSON.toJSONString(shoppingCartGoodsDto.getProducts()),
JSON.toJSONString(premiumExchangeActivity));
if (CollectionUtils.isNotEmpty(productList)) { if (CollectionUtils.isNotEmpty(productList)) {
for (ShoppingCartGoodsDto.CartGoodsDetailDto product : shoppingCartGoodsDto.getProducts()) { for (ShoppingCartGoodsDto.CartGoodsDetailDto product : shoppingCartGoodsDto.getProducts()) {
if (product.getProductType()==null) { if (product.getProductType()==null) {
......
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