Commit 0eddce46 by 周晓航

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

parents 832edcd1 4bb03b01
......@@ -1172,6 +1172,8 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService {
}
// fisherman 设置 商品的 productType 和商品的类型同步
List<ProductBeanDTO> productList = checkCartRequest.getProductList();
LogUtil.info("fisherman 购物车均摊1",JSON.toJSONString(productList),JSON.toJSONString(shoppingCartGoodsDto.getProducts()));
LogUtil.info("fisherman 购物车均摊2",JSON.toJSONString(premiumExchangeActivity),null);
if (CollectionUtils.isNotEmpty(productList)) {
for (ShoppingCartGoodsDto.CartGoodsDetailDto product : shoppingCartGoodsDto.getProducts()) {
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