更改担保人新增页面的统一社会信用代码校验方式

This commit is contained in:
tangfutang 2018-11-01 14:01:41 +08:00
parent 3cd1b33dc3
commit 8bcc192597

View File

@ -88,7 +88,7 @@
return false;
}
if(certType=="Ent02"){
if(checkORGRight1(certId)){
if(checkORGRight(certId)){
return true;
}else{
//setErrorTips("certId","组织机构代码格式不正确!");