业务申请校验法人社会统一信用代码

This commit is contained in:
tangfutang 2018-08-24 15:00:22 +08:00
parent 2626867d05
commit 17b96e6f82

View File

@ -433,8 +433,8 @@
}
}
if(certType =='Ent02'){
if(!checkORGRight1(certid) ){
setErrorTips("certid","组织机构代码格式错误!");
if(!checkORGRight(certid) ){
setErrorTips("certid","统一社会信用代码格式错误!");
return false;
}
}