Commit b113c300 by guojuxing

用户列表添加新建时间

parent 944484e0
...@@ -287,6 +287,10 @@ ...@@ -287,6 +287,10 @@
a.user_name userName, a.user_name userName,
a.phone_number phoneNumber, a.phone_number phoneNumber,
a.phone_area_code phoneAreaCode, a.phone_area_code phoneAreaCode,
a.account_type accountType,
a.account_due_date accountDueDateType,
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(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 d WHERE find_in_set( d.resource_id , GROUP_CONCAT(c.resource_id)) ) userResourceNames (select GROUP_CONCAT(d.resource_name separator '/') from tab_sys_resource d WHERE find_in_set( d.resource_id , GROUP_CONCAT(c.resource_id)) ) userResourceNames
from tab_sys_user a from tab_sys_user a
......
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