达梦适配修改

This commit is contained in:
王奎兴
2025-12-05 18:21:41 +08:00
parent 8ea6aa7e8f
commit c8a0e27172
8 changed files with 15 additions and 3 deletions
@@ -142,7 +142,7 @@
b.freight_node
FROM "USER" a
LEFT JOIN user_shipper b ON a.user_id = b.user_id
left join (select user_id, LISTAGG(DISTINCT r.role_name, '&') WITHIN GROUP(ORDER BY r.role_name) AS roleName
left join (select user_id, LISTAGG(DISTINCT r.role_name, '&') WITHIN GROUP(ORDER BY r.role_name) AS roleName
from role r
left join user_role ur on r.role_id = ur.role_id and ur.del_flag = 1
where r.del_flag = 1