小组应用获取角色权限方法调整
This commit is contained in:
parent
ee955c8d6a
commit
25276e4184
Binary file not shown.
@ -1135,7 +1135,7 @@ public class CooperationWeb extends ActionWeb {
|
||||
//具体文件的操作权限
|
||||
List<CoeCooperationRolePermModel> rolePermModels = api.queryCooperationRoleDataPermList(teamId, role.getId());
|
||||
for (CoeCooperationRolePermModel rolePermModel : rolePermModels) {
|
||||
if (rolePermModel.getActionPerm() == null){
|
||||
if (rolePermModel.getActionPerm() == null || StringUtils.isEmpty(rolePermModel.getActionPerm())){
|
||||
dataActionPerm.put(rolePermModel.getPalVersionId(),new ArrayList<>());
|
||||
continue;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user