Commit 299a63c0 by guojuxing

用户列表添加新建时间

parent b113c300
......@@ -288,7 +288,7 @@
a.phone_number phoneNumber,
a.phone_area_code phoneAreaCode,
a.account_type accountType,
a.account_due_date accountDueDateType,
a.account_due_date accountDueDate,
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,
......
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