diff --git a/src_core/com/tenwa/voucher/CreateVoucherProcess/EarlyContract.java b/src_core/com/tenwa/voucher/CreateVoucherProcess/EarlyContract.java index 29185afed..ea6a11c2c 100644 --- a/src_core/com/tenwa/voucher/CreateVoucherProcess/EarlyContract.java +++ b/src_core/com/tenwa/voucher/CreateVoucherProcess/EarlyContract.java @@ -597,13 +597,12 @@ public class EarlyContract { //计算调整后本金 corpus = corpus.add(planCorpus); //计算调整后租息 - rent=corpus.add(interest); end_corpus = noIncomeCorpus.subtract(noIncomeCorpus.multiply(new BigDecimal(equipmentRatio).divide(new BigDecimal(100))).setScale(2,BigDecimal.ROUND_HALF_UP)); - // end_interest = noIncomeInterest.subtract(noIncomeInterest.multiply(new BigDecimal(equipmentRatio).divide(new BigDecimal(100))).setScale(2,BigDecimal.ROUND_HALF_UP)); // 重新计算末期利息 end_interest = new BigDecimal(incomeInterest).subtract(noIncomeInterest); interest = end_interest; + rent=corpus.add(interest); } }else { // 获取结清后约定终止日后边期次当期租金计划的租金本金利息