From 0a8bf83a7f8c8f1b1a51e97770b9146563af9e6c Mon Sep 17 00:00:00 2001 From: zzk Date: Wed, 27 Apr 2022 14:09:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E5=88=86=E6=8F=90=E5=89=8D=E7=BB=93?= =?UTF-8?q?=E6=B8=85=E7=BB=93=E6=B8=85=E6=9C=9F=E6=AC=A1=E7=A7=9F=E9=87=91?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/tenwa/voucher/CreateVoucherProcess/EarlyContract.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 { // 获取结清后约定终止日后边期次当期租金计划的租金本金利息