diff --git a/WebContent/Tenwa/Customer/Partner/Comm/Company/PartnerCompanyRegister.jsp b/WebContent/Tenwa/Customer/Partner/Comm/Company/PartnerCompanyRegister.jsp index 2e35c3100..4e280bad3 100644 --- a/WebContent/Tenwa/Customer/Partner/Comm/Company/PartnerCompanyRegister.jsp +++ b/WebContent/Tenwa/Customer/Partner/Comm/Company/PartnerCompanyRegister.jsp @@ -82,7 +82,8 @@ include file="/Frame/resources/include/ui/include_info.jspf"%> var certid = getItemValue(0,getRow(),"certid"); //判断组织机构代码合法性 if(certType =='Ent02'){ - if(!checkORGRight1(certid) ){ +// if(!checkORGRight1(certid) ){ + if(!checkORGRight(certid) ){ setErrorTips("certid","组织机构代码格式错误!"); return false; }