1.付款申请付款明细页面融资额计算错误修改

This commit is contained in:
zhangbb 2020-08-26 15:47:33 +08:00
parent 2f69e384ad
commit 8c49a329f3

View File

@ -100,7 +100,7 @@ public class LCFundPaymentTempInfoHandler extends CommonHandler {
this.asDataObject.setVisible("DEALER_DISCOUNT", true);
break;
case "feetype5":
cleanLeaseMoney = cleanLeaseMoney.subtract(factMoney);
cleanLeaseMoney = cleanLeaseMoney.add(factMoney);
bo.setAttributeValue("FIRST_PAYMENT", factMoney);
this.asDataObject.setVisible("FIRST_PAYMENT", true);
break;