提前部分结清剩余本金调整
This commit is contained in:
parent
4aba17f3f2
commit
b9fcdaffd3
@ -365,7 +365,7 @@ public class EarlyContract {
|
|||||||
CORPUS_OVERAGE="0.00";
|
CORPUS_OVERAGE="0.00";
|
||||||
}
|
}
|
||||||
// 部分结清车辆未到期本金- 本次结清车辆约定终止日,次月后所有本金
|
// 部分结清车辆未到期本金- 本次结清车辆约定终止日,次月后所有本金
|
||||||
BigDecimal cd = new BigDecimal(Double.parseDouble(CORPUS_OVERAGE)*Double.parseDouble(REPURCHASE_RATIO));
|
BigDecimal cd = new BigDecimal(Double.parseDouble(CORPUS_OVERAGE)*Double.parseDouble(REPURCHASE_RATIO)/100);
|
||||||
double t1 = cd.setScale(2, BigDecimal.ROUND_HALF_UP).doubleValue();
|
double t1 = cd.setScale(2, BigDecimal.ROUND_HALF_UP).doubleValue();
|
||||||
String PREMATURE_MONEY = Double.toString(t1);
|
String PREMATURE_MONEY = Double.toString(t1);
|
||||||
if(PREMATURE_MONEY == null) {
|
if(PREMATURE_MONEY == null) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user