diff --git a/src_core/com/tenwa/voucher/CreateVoucherProcess/EarlyContract.java b/src_core/com/tenwa/voucher/CreateVoucherProcess/EarlyContract.java index 0997f93d5..29185afed 100644 --- a/src_core/com/tenwa/voucher/CreateVoucherProcess/EarlyContract.java +++ b/src_core/com/tenwa/voucher/CreateVoucherProcess/EarlyContract.java @@ -583,7 +583,8 @@ public class EarlyContract { if(sdfM.format(date1).equals(sdfM.format(date2))){ corpus=new BigDecimal(SUM_CORPUS).subtract(now_corpus); //强制结清不要利息 - interest=new BigDecimal(lrptBoList.get(i).getAttribute("INTEREST").getString()); + //interest=new BigDecimal(lrptBoList.get(i).getAttribute("INTEREST").getString()); + interest = noIncomeInterest.subtract(noIncomeInterest.multiply(new BigDecimal(equipmentRatio).divide(new BigDecimal(100))).setScale(2,BigDecimal.ROUND_HALF_UP)); //计算调整后本金 corpus = corpus.add(planCorpus); //计算调整后租息