Commit 73f0abe4 by guojuxing

管理员列表-资源组名称查询修改

parent f1399982
......@@ -308,7 +308,7 @@
a.user_position userPosition,
a.create_time createTime,
(select GROUP_CONCAT(role_name separator '/') from tab_sys_role where find_in_set( role_id , GROUP_CONCAT(b.role_id)) ) userRoleNames,
(select GROUP_CONCAT(d.resource_name separator '/') from tab_sys_resource_group d WHERE find_in_set( d.resource_id , GROUP_CONCAT(c.resource_id)) ) userResourceNames
(select GROUP_CONCAT(d.resource_group_name separator '/') from tab_sys_resource_group d WHERE find_in_set( d.resource_group_id , GROUP_CONCAT(c.resource_id)) ) userResourceNames
from tab_sys_user a
left join tab_sys_user_role b on a.user_id = b.user_id
left join tab_sys_user_resource c on a.user_id = c.user_id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment