Commit f638ae41 by 周晓航

临时优化,卡配置互斥的情况导致购物车返回数据不对,

解决方案: 先自己重新请求一次购物车
parent fdb37cd6
......@@ -86,11 +86,6 @@ public class CalculationSharingCartService {
if (BusinessTypeEnum.SAAS_MALL.getCode().equals(menuType) && null != shoppingCartInfoRequestVo && OrderChannelType.SAASMALL.getCode().equalsIgnoreCase(shoppingCartInfoRequestVo.getChannelType())) {
deliverySharingService.mallDeliveryResponse(shoppingCartGoodsResponseVo, deliveryAmount,discountResult);
}
logUtil.info("fisherman 1 ", JSON.toJSONString(discountResult));
logUtil.info("fisherman 2 ", JSON.toJSONString(cartGoodsList));
logUtil.info("fisherman 3 ", JSON.toJSONString(shoppingCartGoodsResponseVo));
logUtil.info("fisherman 4 ", JSON.toJSONString(couponPromotionVO));
logUtil.info("fisherman 5 ", JSON.toJSONString(shoppingCartInfoRequestVo));
/**
* 可用券及券折扣
*/
......
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