|
|
@ -12,12 +12,17 @@
|
|
|
|
</resultMap>
|
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="selectPageUserList" resultMap="SysUserResult">
|
|
|
|
<select id="selectPageUserList" resultMap="SysUserResult">
|
|
|
|
select u.user_id, u.dept_id, u.nick_name, u.user_name, u.email, u.avatar, u.phonenumber, u.sex,
|
|
|
|
select ${ew.getSqlSelect}
|
|
|
|
u.status, u.del_flag, u.login_ip, u.login_date, u.create_by, u.create_time, u.remark
|
|
|
|
|
|
|
|
from sys_user u
|
|
|
|
from sys_user u
|
|
|
|
${ew.getCustomSqlSegment}
|
|
|
|
${ew.getCustomSqlSegment}
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<select id="selectUserList" resultMap="SysUserResult">
|
|
|
|
|
|
|
|
select ${ew.getSqlSelect}
|
|
|
|
|
|
|
|
from sys_user
|
|
|
|
|
|
|
|
${ew.getCustomSqlSegment}
|
|
|
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="selectUserExportList" resultMap="SysUserExportResult">
|
|
|
|
<select id="selectUserExportList" resultMap="SysUserExportResult">
|
|
|
|
select u.user_id, u.dept_id, u.nick_name, u.user_name, u.email, u.avatar, u.phonenumber, u.sex,
|
|
|
|
select u.user_id, u.dept_id, u.nick_name, u.user_name, u.email, u.avatar, u.phonenumber, u.sex,
|
|
|
|
u.status, u.del_flag, u.login_ip, u.login_date, u.create_by, u.create_time, u.remark,
|
|
|
|
u.status, u.del_flag, u.login_ip, u.login_date, u.create_by, u.create_time, u.remark,
|
|
|
|