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