fix(20240807):查询角色权限点接口增加返回角色编码

This commit is contained in:
李昆鹏 2024-08-07 10:01:34 +08:00
parent 02452cf587
commit 14d9d5a4ce
2 changed files with 6 additions and 0 deletions

View File

@ -57,6 +57,11 @@ public class ListPermissionFromRoleGroupResp {
*/
private String roleName;
/**
* 角色编码
*/
private String roleCode;
/**
* 权限集ID
*/

View File

@ -118,6 +118,7 @@
t1.code roleGroupCode,
t3.id roleId,
t3.name roleName,
t3.role_code roleCode,
t4.group_id permissionGroupId
FROM