Commit 6803497a by 徐康

日志

parent 31e28e83
......@@ -174,7 +174,7 @@ public class ShoppingCartMCoffeeServiceImpl {
// 查询购物车缓存
List<CartGoods> oldCartGoodsList = assortmentSdkService.getShoppingCart(partnerId, storeId, userId, null, null, shoppingCartBaseService);
log.info("oldCartGoodsList : ", JSON.toJSONString(oldCartGoodsList));
log.info("oldCartGoodsList : " + JSON.toJSONString(oldCartGoodsList));
if (CollectionUtils.isEmpty(oldCartGoodsList)) {
oldCartGoodsList = new ArrayList<>();
}
......
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