Commit 56e00313 by xiaoer.li

Merge remote-tracking branch 'remotes/origin/feature/2.1.15-pos-prospectiveAmount'

parents e8ac2bb5 9659ae00
......@@ -3053,6 +3053,7 @@ public class OrderSdkAdapter {
orderSettlement.setCarrierDiscountAmount(orderSettlementResp.getCarrierDiscountAmount());
orderSettlement.setShopAmount(orderSettlementResp.getShopAmount());
orderSettlement.setPlatformServiceAmount(orderSettlementResp.getPlatformServiceAmount());
orderSettlement.setProspectiveAmount(orderSettlementResp.getProspectiveAmount().longValue());
orderSettlementList.add(orderSettlement);
}
}
......
......@@ -66,4 +66,6 @@ public class OrderSettlementResp {
//结算信息扩展字段映射对象
private String extInfo;
//商家预计收入
private BigDecimal prospectiveAmount;
}
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