Commit 4bb03b01 by 周晓航

打日志

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent c30270b4
...@@ -1163,7 +1163,7 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService { ...@@ -1163,7 +1163,7 @@ 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())); LogUtil.info("fisherman 购物车均摊1",JSON.toJSONString(productList),JSON.toJSONString(shoppingCartGoodsDto.getProducts()));
LogUtil.info("fisherman 购物车均摊2",JSON.toJSONString(premiumExchangeActivity); LogUtil.info("fisherman 购物车均摊2",JSON.toJSONString(premiumExchangeActivity),null);
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