fix 修复 数据权限字段编辑错误
This commit is contained in:
parent
d4a8c25eab
commit
c9098563ca
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user