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
RuoYi Vue
Commits
d452ddf5
Commit
d452ddf5
authored
Apr 21, 2020
by
RuoYi
Browse files
用户管理角色选择权限控制
parent
da5c1328
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi/src/main/java/com/ruoyi/project/system/service/impl/SysRoleServiceImpl.java
View file @
d452ddf5
...
...
@@ -11,6 +11,7 @@ import org.springframework.transaction.annotation.Transactional;
import
com.ruoyi.common.constant.UserConstants
;
import
com.ruoyi.common.exception.CustomException
;
import
com.ruoyi.common.utils.StringUtils
;
import
com.ruoyi.common.utils.spring.SpringUtils
;
import
com.ruoyi.framework.aspectj.lang.annotation.DataScope
;
import
com.ruoyi.project.system.domain.SysRole
;
import
com.ruoyi.project.system.domain.SysRoleDept
;
...
...
@@ -82,7 +83,7 @@ public class SysRoleServiceImpl implements ISysRoleService
*/
public
List
<
SysRole
>
selectRoleAll
()
{
return
roleMapper
.
selectRoleAll
(
);
return
SpringUtils
.
getAopProxy
(
this
).
selectRoleList
(
new
SysRole
()
);
}
/**
...
...
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