|
|
|
|
|
|
|
|
<result property="delFlag" column="del_flag"/> |
|
|
<result property="delFlag" column="del_flag"/> |
|
|
<result property="loginIp" column="login_ip"/> |
|
|
<result property="loginIp" column="login_ip"/> |
|
|
<result property="loginDate" column="login_date"/> |
|
|
<result property="loginDate" column="login_date"/> |
|
|
|
|
|
<result property="birthday" column="birthday"/> |
|
|
<result property="createBy" column="create_by"/> |
|
|
<result property="createBy" column="create_by"/> |
|
|
<result property="createTime" column="create_time"/> |
|
|
<result property="createTime" column="create_time"/> |
|
|
<result property="updateBy" column="update_by"/> |
|
|
<result property="updateBy" column="update_by"/> |
|
|
|
|
|
|
|
|
r.role_sort, |
|
|
r.role_sort, |
|
|
r.data_scope, |
|
|
r.data_scope, |
|
|
r.status as role_status, |
|
|
r.status as role_status, |
|
|
u.joined_date |
|
|
|
|
|
|
|
|
u.joined_date, |
|
|
|
|
|
u.birthday |
|
|
from sys_user u |
|
|
from sys_user u |
|
|
left join sys_dept d on u.dept_id = d.dept_id |
|
|
left join sys_dept d on u.dept_id = d.dept_id |
|
|
left join sys_user_role sur on u.user_id = sur.user_id |
|
|
left join sys_user_role sur on u.user_id = sur.user_id |