|
|
@@ -12,6 +12,8 @@ public class SystemConstant {
|
|
|
// 领导
|
|
|
protected static final String[] SYS_ROLE_TEAM_LEADER = {
|
|
|
RoleConstants.R01.getCode(),
|
|
|
+ RoleConstants.R15.getCode(),
|
|
|
+ RoleConstants.R16.getCode(),
|
|
|
RoleConstants.R17.getCode(),
|
|
|
RoleConstants.R18.getCode(),
|
|
|
RoleConstants.R21.getCode()
|