1.保证金抵扣回笼租金计算错误问题。

This commit is contained in:
zhangbb 2018-10-19 16:25:41 +08:00
parent 21468da89c
commit 4f130d383a

View File

@ -582,8 +582,8 @@ public class RentIncomeMethod {
corpuss[j]="0.00";
}else{
boLRIT.setAttributeValue("CORPUS", deductionOverMoney);
deductionOverMoney=zero;
thisRent=thisRent.add(deductionOverMoney);
deductionOverMoney=zero;
corpuss[j]=new BigDecimal(corpuss[j]).subtract(deductionOverMoney).setScale(Scale.CORPUS_SCALE).toString();
}
}else if("ÀûÏ¢".equals(paymentOrder[k])){
@ -594,8 +594,8 @@ public class RentIncomeMethod {
interests[j]="0.00";
}else{
boLRIT.setAttributeValue("INTEREST", deductionOverMoney);
deductionOverMoney=zero;
thisRent=thisRent.add(deductionOverMoney);
deductionOverMoney=zero;
interests[j]=new BigDecimal(interests[j]).subtract(deductionOverMoney).setScale(Scale.INTEREST_SCALE).toString();
}
}else if("·£Ï¢".equals(paymentOrder[k])){