|
|
@@ -75,11 +75,7 @@ public class NotaryDomainImpl implements NotaryDomain {
|
|
|
} else if (nickName.equals(contractOrderEntity.getJointName())) {
|
|
|
id = contractOrderEntity.getJointCompareImgId();
|
|
|
}
|
|
|
- //第一次人脸核身
|
|
|
- if(id==null) {
|
|
|
- // 4---开始公证(待公证) -- 2个公证员,发送短信
|
|
|
- smsTemplateService.startNotarize(businessNo);
|
|
|
- }
|
|
|
+
|
|
|
//后面需要的三个参数 base64 身份证号 姓名
|
|
|
String redisCount = "idCard:" + idCard + ":COUNT:";
|
|
|
Integer count = null;
|
|
|
@@ -136,6 +132,8 @@ public class NotaryDomainImpl implements NotaryDomain {
|
|
|
if (ObjectUtil.isNotEmpty(base)){
|
|
|
base.delete();
|
|
|
}
|
|
|
+ // 4---开始公证(待公证) -- 2个公证员,发送短信
|
|
|
+ smsTemplateService.startNotarize(businessNo);
|
|
|
return ResultCode.SUCCESS;
|
|
|
}
|
|
|
if (ObjectUtil.isNotEmpty(base)){
|