mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-04 10:00:11 +08:00
bugfix 初始化充电金额
This commit is contained in:
@@ -1208,7 +1208,8 @@ public class OrderService {
|
|||||||
}
|
}
|
||||||
}, executor);
|
}, executor);
|
||||||
|
|
||||||
BigDecimal chargeAmount = BigDecimal.ZERO;
|
// 初始化充电金额
|
||||||
|
BigDecimal chargeAmount = amount;
|
||||||
OrderBasicInfo orderBasicInfo = orderBasicInfoService.getOrderInfoByOrderCode(orderCode);
|
OrderBasicInfo orderBasicInfo = orderBasicInfoService.getOrderInfoByOrderCode(orderCode);
|
||||||
BigDecimal insuranceAmount = orderBasicInfo.getInsuranceAmount();
|
BigDecimal insuranceAmount = orderBasicInfo.getInsuranceAmount();
|
||||||
if (insuranceAmount != null) {
|
if (insuranceAmount != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user