From fd5d0d8b8e1b801342021608773ff44af733d5b0 Mon Sep 17 00:00:00 2001 From: zhangbb Date: Mon, 15 Jun 2020 14:12:59 +0800 Subject: [PATCH] 1.make up '=' --- .../Tenwa/Lease/Flow/Rent/RentIncome/VILCRentPlanList.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Lease/Flow/Rent/RentIncome/VILCRentPlanList.jsp b/WebContent/Tenwa/Lease/Flow/Rent/RentIncome/VILCRentPlanList.jsp index 18ced88d2..7e6f03093 100644 --- a/WebContent/Tenwa/Lease/Flow/Rent/RentIncome/VILCRentPlanList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Rent/RentIncome/VILCRentPlanList.jsp @@ -204,7 +204,7 @@ overPenaltys = overPenaltys.substring(1); } var result = AsControl.RunJavaMethod("com.tenwa.reckon.executor.RentCalHelper", "isAutoBuckleByPlanId", "planId="+id); - if(result="false"){ + if(result=="false"){ alert("选中的租金有正在卡扣中!请稍后再试!"); return; }