|
|
@@ -204,9 +204,7 @@ public class NotaryDomainImpl implements NotaryDomain {
|
|
|
compareImageId = contractOrder.getJointCompareImgId();
|
|
|
}
|
|
|
}
|
|
|
- if (ObjectUtils.isEmpty(sysUserEntity) && ObjectUtils.isEmpty(compareImageId)) {
|
|
|
- return ResultCode.PARAM_IS_INVALID;
|
|
|
- }
|
|
|
+
|
|
|
//后面需要的三个参数 base64 身份证号 姓名
|
|
|
String redisCount = "idCard:" + idCard + ":COUNT:";
|
|
|
Integer count = null;
|