|
|
@@ -114,8 +114,7 @@ public class NotaryDomainImpl implements NotaryDomain {
|
|
|
fileInfoMapper.insert(fileInfo);
|
|
|
thirdPartyInterfaceEntity.setFileId(fileInfo.getId()+"");
|
|
|
thirdPartyInterfaceEntity.setBusinessNo(compareImageDomain.getBusinessNo());
|
|
|
- if (StringUtils.isNotBlank(thirdPartyInterfaceEntity.getMessage())){
|
|
|
- //没有message说明人脸核身成功
|
|
|
+ if (thirdPartyInterfaceEntity.getResult()==1){
|
|
|
UserAXQInfoEntity userAxq = new UserAXQInfoEntity();
|
|
|
userAxq.setId(userAXQInfoEntity.getId());
|
|
|
userAxq.setCompareImgId(fileInfo.getId());
|