From 8c49a329f32d1dfdb6f838262d9a3546931532c7 Mon Sep 17 00:00:00 2001 From: zhangbb Date: Wed, 26 Aug 2020 15:47:33 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BB=98=E6=AC=BE=E7=94=B3=E8=AF=B7=E4=BB=98?= =?UTF-8?q?=E6=AC=BE=E6=98=8E=E7=BB=86=E9=A1=B5=E9=9D=A2=E8=9E=8D=E8=B5=84?= =?UTF-8?q?=E9=A2=9D=E8=AE=A1=E7=AE=97=E9=94=99=E8=AF=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src_tenwa/com/tenwa/handler/LCFundPaymentTempInfoHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;