完成携程飞机订单明细拆解

This commit is contained in:
lulz1 2024-03-19 16:57:50 +08:00
parent ab4c1a8026
commit 9755a30039
1 changed files with 1 additions and 0 deletions

View File

@ -332,6 +332,7 @@ public class CTripOrderExtensionFactoryImpl implements OrderExtensionFactory {
flightOrderDetail.setChangeFee(String.valueOf(refundDetail.getRefundFee()));
flightOrderDetail.setRefundAmount(String.valueOf(flightRefundInfo.getPayCustomerAmount()));
flightOrderDetail.setOrderAmount("-" + flightRefundInfo.getPayCustomerAmount());
flightOrderDetail.setCompanyPaymentAmount("-" + flightRefundInfo.getPayCustomerAmount());
} else {
flightOrderDetail.setRefundAmount(KEEP_TWO_DECIMAL_ZERO);
}