修正求职者身份证岗位推荐判断
This commit is contained in:
@@ -59,7 +59,7 @@ public class RoleUtils {
|
|||||||
throw new IllegalArgumentException("用户信息为空,无法获取身份证号"); // 用户信息为空仍抛异常,避免空指针
|
throw new IllegalArgumentException("用户信息为空,无法获取身份证号"); // 用户信息为空仍抛异常,避免空指针
|
||||||
}
|
}
|
||||||
|
|
||||||
if ("0".equals(appUser.getIsCompanyUser())) {
|
if (StringUtil.IS_JOB_REQUEST_USER.equals(appUser.getIsCompanyUser())) {
|
||||||
return appUser.getIdCard();
|
return appUser.getIdCard();
|
||||||
} else {
|
} else {
|
||||||
return null;
|
return null;
|
||||||
@@ -124,4 +124,4 @@ public class RoleUtils {
|
|||||||
}
|
}
|
||||||
return sysUser.getAppUserId();
|
return sysUser.getAppUserId();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user