web页面权限分配
This commit is contained in:
parent
7b70ad1521
commit
3066d02242
@ -316,7 +316,7 @@ public class IndexLibServiceImpl extends DefaultBaseService implements IIndexLib
|
||||
for (RolePO role : roles) {
|
||||
if(ROLE_CODE_2.equals(role.getRoleCode())){
|
||||
list.add("1");
|
||||
list.add("2");
|
||||
//list.add("2");
|
||||
}
|
||||
}
|
||||
return list;
|
||||
|
Loading…
Reference in New Issue
Block a user