Commit 3653449e by ping.wu

Merge remote-tracking branch 'origin/qa' into qa

parents 03b5fa28 56d38c3b
......@@ -1188,6 +1188,9 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService {
}
}
}
ShoppingSdkLogUtil.infoLog("fisherman 购物车均摊2 "+ LogThreadLocal.getTrackingNo(),
JSON.toJSONString(shoppingCartGoodsDto.getProducts()),
JSON.toJSONString(checkCartRequest));
return ResponseUtil.success(shoppingCartGoodsDto);
}
......
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