1.添加修改求职者密码
2.添加修改管理员修改个人和企业密码接口 3.添加启用和禁用企业
This commit is contained in:
@@ -119,4 +119,20 @@ public class SiteSecurityUtils
|
||||
throw new ServiceException("获取用户信息异常", HttpStatus.UNAUTHORIZED);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取lc_userid
|
||||
* @return
|
||||
*/
|
||||
public static Long getlcUserid()
|
||||
{
|
||||
try
|
||||
{
|
||||
return getLoginSiteUser().getUser().getLcUserid();
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
throw new ServiceException("获取用户ID异常", HttpStatus.UNAUTHORIZED);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user