1.make up '='

This commit is contained in:
zhangbb 2020-06-15 14:12:59 +08:00
parent 34efb00fb5
commit fd5d0d8b8e

View File

@ -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;
}