|
|
@@ -102,6 +102,8 @@ public class NotaryDomainImpl implements NotaryDomain {
|
|
|
}
|
|
|
return ResultCode.IMAGE_NOT_STANDARD;
|
|
|
}
|
|
|
+ thirdPartyInterfaceEntity.setIdCard(idCard);
|
|
|
+ thirdPartyInterfaceEntity.setName(nickName);
|
|
|
thirdPartyInterfaceEntity.setBusinessNo(compareImageDomain.getBusinessNo());
|
|
|
thirdPartyInterfaceEntity.setConsultNo(contractOrderEntity.getConsultNo());
|
|
|
FileInfoEntity fileInfo = faceCompareUtil.uploadFaceFile(base64);
|