|
@@ -220,6 +220,7 @@ public class TradeOrderUpdateServiceImpl implements TradeOrderUpdateService {
|
|
|
// TradePriceCalculateRespBO calculateRespBO = calculatePrice(userId, settlementReqVO);
|
|
|
|
|
|
TradePriceCalculateRespBO calculateRespBO = new TradePriceCalculateRespBO();
|
|
|
+ calculateRespBO.setPrice(new TradePriceCalculateRespBO.Price());
|
|
|
calculateRespBO.getPrice().setPayPrice(allShopPayPrice);
|
|
|
calculateRespBO.getPrice().setTotalPrice(allShopItemPrice);
|
|
|
calculateRespBO.getPrice().setDeliveryPrice(allShopDeliveryPrice);
|
|
@@ -232,6 +233,7 @@ public class TradeOrderUpdateServiceImpl implements TradeOrderUpdateService {
|
|
|
AppTradeOrderSettlementRespVO respVO = TradeOrderConvert.INSTANCE.convert(calculateRespBO, address);
|
|
|
|
|
|
// add by Ben
|
|
|
+ respVO.setShopRespVOMap(shopRespVOMap);//保存每个店铺返回页面的 订单信息汇总
|
|
|
respVO.setShopSkuIds(shopSkuIds);//把sku根据店聚合放到map中
|
|
|
respVO.setShopNameMap(shopNameMap);
|
|
|
respVO.setCurrentMemberPoints(memberPoints);//用户当前积分
|