...
|
...
|
@@ -255,11 +255,11 @@ public class CertificationServiceImpl implements ICertificationService { |
|
|
AuthorizeResultRespVO respBO = new AuthorizeResultRespVO();
|
|
|
respBO.setCallZhiMa("0");
|
|
|
|
|
|
//(6)身份证OCR识别(已经识别过将不会继续识别)
|
|
|
/* //(6)身份证OCR识别(已经识别过将不会继续识别)
|
|
|
if(null == zhiMaCert || !CertPhotoEnum.isValidStatus(zhiMaCert.getValidPhoto())){
|
|
|
ocrCertPhotoService.IDOCRIdentification(reqVO, zhiMaCert); //OCR身份证识别
|
|
|
logger.info("beginCertificateEx: ocr identification result. reqVO is {}", reqVO);
|
|
|
}
|
|
|
}*/
|
|
|
|
|
|
//(7)如果是首次认证,记录入库,否则更新认证记录
|
|
|
if(null == zhiMaCert){
|
...
|
...
|
|