Commit a87283bc by 周晓航

购物车加购 数据 日志打印

parent 6dc96389
...@@ -3014,7 +3014,9 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService { ...@@ -3014,7 +3014,9 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService {
// Integer productsCount = limitGoodsQty(excludeGoods, null, appId); // Integer productsCount = limitGoodsQty(excludeGoods, null, appId);
//查询多个商品库存信息 //查询多个商品库存信息
//更新redis //更新redis
LogUtil.info("old shopcat msg ", null,JSON.toJSONString(excludeGoods));
fullReplace = updateCartGoodsLegal(excludeGoods, userId , replaceGoodsRequestVo, shoppingCartGoodsResponseVo ,fullReplace); fullReplace = updateCartGoodsLegal(excludeGoods, userId , replaceGoodsRequestVo, shoppingCartGoodsResponseVo ,fullReplace);
LogUtil.info("new shopcat msg ", null,JSON.toJSONString(excludeGoods));
// Long deliveryAmount = calculateDeliveryAmount(receiveId, partnerId, storeId, userLoginInfoDto.getWxAppid(), shoppingCartGoodsResponseVo,replaceGoodsRequestVo.getOrderType()); // Long deliveryAmount = calculateDeliveryAmount(receiveId, partnerId, storeId, userLoginInfoDto.getWxAppid(), shoppingCartGoodsResponseVo,replaceGoodsRequestVo.getOrderType());
// ActivityQueryDto activityQueryDto = activityAdapter.getActivityQueryDto(partnerId, storeId, userId, appId, orderType); // ActivityQueryDto activityQueryDto = activityAdapter.getActivityQueryDto(partnerId, storeId, userId, appId, orderType);
// 丢弃 新门店的购物车数据 // 丢弃 新门店的购物车数据
......
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