修改查询列表的权限
This commit is contained in:
@@ -9,7 +9,7 @@ import java.util.stream.Collectors;
|
||||
public class StringUtil {
|
||||
|
||||
/*1101(求职者)、1102(招聘者)、1103(网格员)、1104(内部工作者)*/
|
||||
public static final Long COMPANY_ADMIN_ROLE_KEY = 1002L;
|
||||
public static final Long COMPANY_ADMIN_ROLE_KEY = 1102L;
|
||||
|
||||
/**
|
||||
* 企业用户
|
||||
|
||||
Reference in New Issue
Block a user