达梦适配修改
This commit is contained in:
@@ -335,7 +335,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
left join "USER" u on ud.user_id = u.user_id
|
||||
LEFT JOIN (SELECT
|
||||
user_id,
|
||||
WM_CONCAT( DISTINCT r.role_code SEPARATOR '&' ) roleCode
|
||||
LISTAGG(DISTINCT r.role_code, '&') WITHIN GROUP(ORDER BY r.role_code) AS roleCode
|
||||
FROM
|
||||
role r
|
||||
LEFT JOIN user_role ur ON r.role_id = ur.role_id
|
||||
|
||||
Reference in New Issue
Block a user