@@ -153,8 +153,6 @@ public class IdentityAuthService {
reason = "同一身份证注册超过3个";
} else {
try {
- User user = userRepo.findById(identityAuth.getUserId())
- .orElseThrow(new BusinessException("用户不存在"));
validate(identityAuth.getRealName(), user.getPhone(), identityAuth.getIdNo());
success = true;
} catch (Exception e) {