(cherry picked from commit c12120b4b24f52a7922571aeac53f6085ea901a1)
@@ -152,8 +152,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) {