|
|
@@ -242,7 +242,7 @@ public class IdentityAuthService {
|
|
|
int count = identityAuthRepo.countByIdNoAndStatus(identityAuth.getIdNo(), AuthStatus.SUCCESS);
|
|
|
|
|
|
if (count >= 3) {
|
|
|
- result.put("status", AuthStatus.PENDING);
|
|
|
+ result.put("status", AuthStatus.FAIL);
|
|
|
result.put("reason", "同一身份证注册超过3个");
|
|
|
} else {
|
|
|
try {
|