|
|
@@ -135,6 +135,7 @@ public class NotaryDomainImpl implements NotaryDomain {
|
|
|
ThirdPartyInterfaceEntity thirdPartyInterfaceEntity = JuheServiceUtil.URLPost(idCard, nickName, base64);
|
|
|
thirdPartyInterfaceEntity.setFileId(fileInfo.getId() + "");
|
|
|
thirdPartyInterfaceEntity.setBusinessNo(compareImageDomain.getBusinessNo());
|
|
|
+ thirdPartyInterfaceEntity.setConsultNo(contractOrderEntity.getConsultNo());
|
|
|
thirdPartyInterfaceRepository.insert(thirdPartyInterfaceEntity);
|
|
|
if (thirdPartyInterfaceEntity.getResult() == 1) {
|
|
|
ContractOrderEntity orderEntity = new ContractOrderEntity();
|
|
|
@@ -250,6 +251,7 @@ public class NotaryDomainImpl implements NotaryDomain {
|
|
|
FileInfoEntity fileInfo = uploadFaceFile(base64);
|
|
|
ThirdPartyInterfaceEntity thirdPartyInterfaceEntity = JuheServiceUtil.URLPost(idCard, nickName, base64);
|
|
|
thirdPartyInterfaceEntity.setFileId(fileInfo.getId() + "");
|
|
|
+ thirdPartyInterfaceEntity.setConsultNo(contractOrder.getConsultNo());
|
|
|
thirdPartyInterfaceEntity.setBusinessNo(compareImageDomain.getBusinessNo());
|
|
|
if (thirdPartyInterfaceEntity.getResult() == 1) {
|
|
|
//上传图片到minio FileInfo
|
|
|
@@ -275,6 +277,7 @@ public class NotaryDomainImpl implements NotaryDomain {
|
|
|
ThirdPartyInterfaceEntity thirdPartyInterfaceEntity = JuheServiceUtil.URLPost(idCard, nickName, base64);
|
|
|
thirdPartyInterfaceEntity.setFileId(fileInfo.getId() + "");
|
|
|
thirdPartyInterfaceEntity.setBusinessNo(compareImageDomain.getBusinessNo());
|
|
|
+ thirdPartyInterfaceEntity.setConsultNo(contractOrder.getConsultNo());
|
|
|
thirdPartyInterfaceRepository.insert(thirdPartyInterfaceEntity);
|
|
|
if (thirdPartyInterfaceEntity.getResult() == 1) {
|
|
|
//上传图片到minio FileInfo;
|