获取角色列表剔除隐藏角色
This commit is contained in:
parent
ca89f1a428
commit
8d953fc8d6
@ -656,7 +656,7 @@ public class CooperationWeb extends ActionWeb {
|
|||||||
"" : role.getRoleType() == CoeCooperationConst.ROLE_TYPE_VISITOR ?
|
"" : role.getRoleType() == CoeCooperationConst.ROLE_TYPE_VISITOR ?
|
||||||
"" : "");
|
"" : "");
|
||||||
//新版权限隐藏隐式用户角色
|
//新版权限隐藏隐式用户角色
|
||||||
if (!isOlderVersion && role.getIsUser() == 1){
|
if (role.getIsUser() == 1){
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
dtoList.add(dto);
|
dtoList.add(dto);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user