fix(20240807):查询角色权限点接口增加返回角色编码
This commit is contained in:
parent
02452cf587
commit
14d9d5a4ce
@ -57,6 +57,11 @@ public class ListPermissionFromRoleGroupResp {
|
||||
*/
|
||||
private String roleName;
|
||||
|
||||
/**
|
||||
* 角色编码
|
||||
*/
|
||||
private String roleCode;
|
||||
|
||||
/**
|
||||
* 权限集ID
|
||||
*/
|
||||
|
||||
@ -118,6 +118,7 @@
|
||||
t1.code roleGroupCode,
|
||||
t3.id roleId,
|
||||
t3.name roleName,
|
||||
t3.role_code roleCode,
|
||||
t4.group_id permissionGroupId
|
||||
|
||||
FROM
|
||||
|
||||
Loading…
Reference in New Issue
Block a user