|
@ -82,8 +82,6 @@ public class ApiActUserRelationController { |
|
|
if (StringUtils.isEmpty(identityNo)) { |
|
|
if (StringUtils.isEmpty(identityNo)) { |
|
|
// 身份证号码为空,需要重新认证志愿者
|
|
|
// 身份证号码为空,需要重新认证志愿者
|
|
|
isVolunteer.setData(0); |
|
|
isVolunteer.setData(0); |
|
|
isVolunteer.error("身份证号码无效,请重新认证志愿者!"); |
|
|
|
|
|
|
|
|
|
|
|
return isVolunteer; |
|
|
return isVolunteer; |
|
|
} |
|
|
} |
|
|
String identityNoVerification = IdentityNoUtils.IdentityNoVerification(identityNo); |
|
|
String identityNoVerification = IdentityNoUtils.IdentityNoVerification(identityNo); |
|
|