From 17b96e6f82e2cc185da4cd579904babacf65cd2c Mon Sep 17 00:00:00 2001 From: tangfutang Date: Fri, 24 Aug 2018 15:00:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E7=94=B3=E8=AF=B7=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C=E6=B3=95=E4=BA=BA=E7=A4=BE=E4=BC=9A=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E4=BF=A1=E7=94=A8=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Project/BusinessApproval/ProjectApprovalCreationInfo.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp index c22157fd5..3ee8f5803 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp @@ -433,8 +433,8 @@ } } if(certType =='Ent02'){ - if(!checkORGRight1(certid) ){ - setErrorTips("certid","组织机构代码格式错误!"); + if(!checkORGRight(certid) ){ + setErrorTips("certid","统一社会信用代码格式错误!"); return false; } }