From b9492a0147bce89310f6af32ec393eab2ce2b23a Mon Sep 17 00:00:00 2001 From: "chaojie.li" Date: Wed, 18 Dec 2024 16:59:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=9A=E6=81=AF=E5=87=8F=E5=85=8D=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E6=B5=81=E7=A8=8B=E5=AE=A1=E6=89=B9=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E3=80=90=E7=A7=9F=E9=87=91=E5=9B=9E=E7=AC=BC=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E3=80=91-=E7=94=9F=E6=88=90=E7=BD=9A=E6=81=AF=E5=87=8F?= =?UTF-8?q?=E5=85=8D-=E5=A2=9E=E5=8A=A0=E6=98=AF=E5=90=A6=E5=B7=B2?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=A3=80=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Flow/Rent/PenaltyReduction/VILCRentPlanForReductionList.jsp | 1 - 1 file changed, 1 deletion(-) diff --git a/WebContent/Tenwa/Lease/Flow/Rent/PenaltyReduction/VILCRentPlanForReductionList.jsp b/WebContent/Tenwa/Lease/Flow/Rent/PenaltyReduction/VILCRentPlanForReductionList.jsp index 48ae1d2d4..6b0a0efe7 100644 --- a/WebContent/Tenwa/Lease/Flow/Rent/PenaltyReduction/VILCRentPlanForReductionList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Rent/PenaltyReduction/VILCRentPlanForReductionList.jsp @@ -46,7 +46,6 @@ paymentNumber: '<%=paymentNumber%>', planLists: planLists }; - console.info('AsControl', AsControl.RunJavaMethodSqlcaCustom); let sReturn = AsControl.RunJavaMethodSqlcaCustom("com.tenwa.flow.rent.penalty_reduction_flow.PenaltyReductionFlowAction", "checkPlanIsAdded", JSON.stringify({params: JSON.stringify(params)})); if(sReturn !== "SUCCESS") { alert(sReturn.substring(6));