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