mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2025-10-15 14:30:27 +00:00
fix 修复 数据权限字段编辑错误
This commit is contained in:
@@ -82,8 +82,8 @@ public interface SysRoleMapper extends BaseMapperPlus<SysRole, SysRoleVo> {
|
|||||||
* @return 对应的角色信息
|
* @return 对应的角色信息
|
||||||
*/
|
*/
|
||||||
@DataPermission({
|
@DataPermission({
|
||||||
@DataColumn(key = "deptName", value = "r.create_dept"),
|
@DataColumn(key = "deptName", value = "create_dept"),
|
||||||
@DataColumn(key = "userName", value = "r.create_by")
|
@DataColumn(key = "userName", value = "create_by")
|
||||||
})
|
})
|
||||||
default SysRoleVo selectRoleById(Long roleId) {
|
default SysRoleVo selectRoleById(Long roleId) {
|
||||||
return this.selectVoById(roleId);
|
return this.selectVoById(roleId);
|
||||||
|
Reference in New Issue
Block a user