Commit f006ecc1 by 周晓航

打日志

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent a21a40a5
......@@ -80,6 +80,7 @@ import com.freemud.sdk.api.assortment.shoppingcart.enums.BusinessTypeEnum;
import com.freemud.sdk.api.assortment.shoppingcart.request.CheckCartRequest;
import com.freemud.sdk.api.assortment.shoppingcart.service.ShoppingCartBaseService;
import com.freemud.sdk.api.assortment.shoppingcart.service.impl.ShoppingCartBaseServiceImpl;
import com.freemud.sdk.api.assortment.shoppingcart.util.ShoppingSdkLogUtil;
import com.google.common.collect.Lists;
import javafx.util.Pair;
import ma.glasnost.orika.MapperFacade;
......@@ -1162,7 +1163,7 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService {
}
// fisherman 设置 商品的 productType 和商品的类型同步
List<ProductBeanDTO> productList = checkCartRequest.getProductList();
ApiLog.printLog("fisherman 购物车均摊",JSON.toJSONString(productList),
ShoppingSdkLogUtil.infoLog("fisherman 购物车均摊",JSON.toJSONString(productList),
JSON.toJSONString(shoppingCartGoodsDto.getProducts()),
JSON.toJSONString(premiumExchangeActivity));
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