diff --git a/src_tenwa/com/tenwa/handler/LCFundPaymentTempInfoHandler.java b/src_tenwa/com/tenwa/handler/LCFundPaymentTempInfoHandler.java index a71020f8e..3a534debd 100644 --- a/src_tenwa/com/tenwa/handler/LCFundPaymentTempInfoHandler.java +++ b/src_tenwa/com/tenwa/handler/LCFundPaymentTempInfoHandler.java @@ -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;