Browse Source

Merge remote-tracking branch 'origin/hotfix/heart_bug'

feature/dangjian
李鹏飞 5 years ago
parent
commit
227e36d30e
  1. 2
      esua-epdc/epdc-module/epdc-api/epdc-api-server/src/main/java/com/elink/esua/epdc/controller/ApiActUserRelationController.java

2
esua-epdc/epdc-module/epdc-api/epdc-api-server/src/main/java/com/elink/esua/epdc/controller/ApiActUserRelationController.java

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

Loading…
Cancel
Save