|
@@ -247,11 +247,11 @@ public class ContractServiceImpl implements ContractService {
|
|
|
}
|
|
|
|
|
|
if (CertificateTypeEnum.IDENTITY.getCode().equals(user.getCertificateType())) {
|
|
|
- if (!debugMode) {
|
|
|
+// if (!debugMode) {
|
|
|
// realnameAuthenticationPluginContext.getRealnameAuthenticationPlugin(LinkfaceRealnameAuthenticationPlugin.getName()).verify(realName, idCardNo);
|
|
|
// 取消第三方实名认证
|
|
|
RealnameAuthenticationDto.verify(realName, idCardNo);
|
|
|
- }
|
|
|
+// }
|
|
|
|
|
|
accountId = eSealPlugin.createUserAccount(realName, idCardNo, mobileNo);
|
|
|
|