Commit 4f31a0ad authored by Zheng Jie's avatar Zheng Jie
Browse files

修复角色机构权限bug: https://github.com/elunez/eladmin/issues/801

parent 47345037
...@@ -65,7 +65,7 @@ public class DataServiceImpl implements DataService { ...@@ -65,7 +65,7 @@ public class DataServiceImpl implements DataService {
deptIds.addAll(getCustomize(deptIds, role)); deptIds.addAll(getCustomize(deptIds, role));
break; break;
default: default:
return new ArrayList<>(deptIds); return new ArrayList<>();
} }
} }
return new ArrayList<>(deptIds); return new ArrayList<>(deptIds);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment