Commit 9a12bd19 by xiaoer.li@freemud.com

Merge branch 'feature/2.1.15-pos-prospectiveAmount' into develop

parents 08dde45f 9659ae00
......@@ -3079,6 +3079,7 @@ public class OrderSdkAdapter {
orderSettlement.setCarrierDiscountAmount(orderSettlementResp.getCarrierDiscountAmount());
orderSettlement.setShopAmount(orderSettlementResp.getShopAmount());
orderSettlement.setPlatformServiceAmount(orderSettlementResp.getPlatformServiceAmount());
orderSettlement.setProspectiveAmount(orderSettlementResp.getProspectiveAmount().longValue());
orderSettlementList.add(orderSettlement);
}
}
......
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