Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Eladmin
Commits
4f31a0ad
Commit
4f31a0ad
authored
Jul 04, 2023
by
Zheng Jie
Browse files
修复角色机构权限bug:
https://github.com/elunez/eladmin/issues/801
parent
47345037
Changes
1
Hide whitespace changes
Inline
Side-by-side
eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/DataServiceImpl.java
View file @
4f31a0ad
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment