feat: (feature/REQ-2595) 临时接口增加roleName返回

This commit is contained in:
lilong 2024-11-15 13:57:08 +08:00
parent 8d5b21cc8d
commit 113846ac9c
2 changed files with 3 additions and 1 deletions

View File

@ -78,4 +78,6 @@ public class SaasRoleUserRelationDTO {
private String roleType;
private String roleCode;
private String roleName;
}

View File

@ -16,7 +16,7 @@
</select>
<select id="pageRoleUserRelation" resultType="cn.axzo.tyr.client.model.roleuser.dto.SaasRoleUserRelationDTO">
SELECT t1.*,t2.role_code,t2.role_type
SELECT t1.*,t2.role_code,t2.role_type,t2.name as roleName
FROM
saas_role_user_relation t1
left join