Commit 460a13b2 by 徐康

日志

parent a9c46bdc
......@@ -166,6 +166,7 @@ public class ShoppingCartMCoffeeServiceImpl {
// 查询购物车缓存
List<CartGoods> oldCartGoodsList = assortmentSdkService.getShoppingCart(partnerId, storeId, userId, null, null, shoppingCartBaseService);
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