|
|
|
@ -38,6 +38,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
<result property="examine" column="examine" />
|
|
|
|
|
<result property="examinedate" column="examinedate" />
|
|
|
|
|
<result property="examineuser" column="examineuser" />
|
|
|
|
|
|
|
|
|
|
<result property="havePassport" column="have_passport" />
|
|
|
|
|
<result property="confAgreement" column="conf_agreement" />
|
|
|
|
|
<result property="entryexitFiling" column="entryexit_filing" />
|
|
|
|
|
<result property="confName" column="conf_name" />
|
|
|
|
|
<association property="dept" column="dept_id" javaType="SysDept" resultMap="deptResult" />
|
|
|
|
|
<collection property="roles" javaType="java.util.List" resultMap="RoleResult" />
|
|
|
|
|
</resultMap>
|
|
|
|
@ -64,7 +69,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
|
<sql id="selectUserVo">
|
|
|
|
|
select u.user_id, u.dept_id, u.login_name, u.user_name, u.user_type, u.email, u.avatar, u.phonenumber, u.sex, u.password, u.salt, u.status, u.del_flag, u.login_ip, u.login_date, u.pwd_update_date, u.create_time, u.remark,userarea, nation, birthday, politics, shemichengdu, graduate, startdate, enddate, helthy,examine,examineuser,examinedate,
|
|
|
|
|
select u.user_id, u.dept_id, u.login_name, u.user_name, u.user_type, u.email, u.avatar, u.phonenumber, u.sex, u.password, u.salt, u.status, u.del_flag, u.login_ip, u.login_date, u.pwd_update_date, u.create_time, u.remark,userarea, nation, birthday, politics, shemichengdu, graduate, startdate, enddate, helthy,examine,examineuser,examinedate,have_passport,conf_agreement,entryexit_filing,conf_name,
|
|
|
|
|
d.dept_id, d.parent_id, d.ancestors, d.dept_name, d.order_num, d.leader, d.status as dept_status,
|
|
|
|
|
r.role_id, r.role_name, r.role_key, r.role_sort, r.data_scope, r.status as role_status
|
|
|
|
|
from ${prefix}sys_user u
|
|
|
|
@ -74,7 +79,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
</sql>
|
|
|
|
|
|
|
|
|
|
<select id="selectUserList" parameterType="SysUser" resultMap="SysUserResult">
|
|
|
|
|
select u.user_id, u.dept_id, u.login_name, u.user_name, u.user_type, u.email, u.avatar, u.phonenumber, u.password, u.sex, u.salt, u.status, u.del_flag, u.login_ip, u.login_date, u.create_by, u.create_time, u.remark, userarea, nation, birthday, politics, shemichengdu, graduate, startdate, enddate, helthy,examine,examineuser,examinedate,d.dept_name, d.leader from ${prefix}sys_user u
|
|
|
|
|
select u.user_id, u.dept_id, u.login_name, u.user_name, u.user_type, u.email, u.avatar, u.phonenumber, u.password, u.sex, u.salt, u.status, u.del_flag, u.login_ip, u.login_date, u.create_by, u.create_time, u.remark, userarea, nation, birthday, politics, shemichengdu, graduate, startdate, enddate, helthy,examine,examineuser,examinedate,have_passport,conf_agreement,entryexit_filing,conf_name,d.dept_name, d.leader from ${prefix}sys_user u
|
|
|
|
|
left join ${prefix}sys_dept d on u.dept_id = d.dept_id
|
|
|
|
|
where u.del_flag = '0'
|
|
|
|
|
<if test="userId != null and userId != 0">
|
|
|
|
@ -112,7 +117,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
<select id="selectAllocatedList" parameterType="SysUser" resultMap="SysUserResult">
|
|
|
|
|
select distinct u.user_id, u.dept_id, u.login_name, u.user_name, u.user_type, u.email, u.avatar, u.phonenumber, u.status, u.create_time,userarea, nation, birthday, politics, shemichengdu, graduate, startdate, enddate, helthy,examine,examineuser,examinedate
|
|
|
|
|
select distinct u.user_id, u.dept_id, u.login_name, u.user_name, u.user_type, u.email, u.avatar, u.phonenumber, u.status, u.create_time,userarea, nation, birthday, politics, shemichengdu, graduate, startdate, enddate, helthy,examine,examineuser,examinedate,have_passport,conf_agreement,entryexit_filing,conf_name
|
|
|
|
|
from ${prefix}sys_user u
|
|
|
|
|
left join ${prefix}sys_dept d on u.dept_id = d.dept_id
|
|
|
|
|
left join ${prefix}sys_user_role ur on u.user_id = ur.user_id
|
|
|
|
@ -129,7 +134,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
<select id="selectUnallocatedList" parameterType="SysUser" resultMap="SysUserResult">
|
|
|
|
|
select distinct u.user_id, u.dept_id, u.login_name, u.user_name, u.user_type, u.email, u.avatar, u.phonenumber, u.status, u.create_time,userarea, nation, birthday, politics, shemichengdu, graduate, startdate, enddate, helthy,examine,examineuser,examinedate
|
|
|
|
|
select distinct u.user_id, u.dept_id, u.login_name, u.user_name, u.user_type, u.email, u.avatar, u.phonenumber, u.status, u.create_time,userarea, nation, birthday, politics, shemichengdu, graduate, startdate, enddate, helthy,examine,examineuser,examinedate,have_passport,conf_agreement,entryexit_filing,conf_name
|
|
|
|
|
from ${prefix}sys_user u
|
|
|
|
|
left join ${prefix}sys_dept d on u.dept_id = d.dept_id
|
|
|
|
|
left join ${prefix}sys_user_role ur on u.user_id = ur.user_id
|
|
|
|
@ -226,6 +231,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
<if test="examine != null">examine = #{examine},</if>
|
|
|
|
|
<if test="examineuser != null">examineuser = #{examineuser},</if>
|
|
|
|
|
<if test="examinedate != null">examinedate = #{examinedate},</if>
|
|
|
|
|
<if test="havePassport != null">have_passport = #{havePassport},</if>
|
|
|
|
|
<if test="confAgreement != null">conf_agreement = #{confAgreement},</if>
|
|
|
|
|
<if test="confName != null">conf_name = #{confName},</if>
|
|
|
|
|
<if test="entryexitFiling != null">entryexit_filing = #{entryexitFiling},</if>
|
|
|
|
|
update_time = now()
|
|
|
|
|
</set>
|
|
|
|
|
where user_id = #{userId}
|
|
|
|
@ -260,6 +269,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
<if test="examine != null">examine,</if>
|
|
|
|
|
<if test="examineuser != null">examineuser,</if>
|
|
|
|
|
<if test="examinedate != null">examinedate,</if>
|
|
|
|
|
<if test="havePassport != null">have_passport,</if>
|
|
|
|
|
<if test="confAgreement != null">conf_agreement,</if>
|
|
|
|
|
<if test="confName != null">conf_name,</if>
|
|
|
|
|
<if test="entryexitFiling != null">entryexit_filing,</if>
|
|
|
|
|
create_time
|
|
|
|
|
)values(
|
|
|
|
|
<if test="userId != null and userId != ''">#{userId},</if>
|
|
|
|
@ -289,6 +302,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
<if test="examine != null">#{examine},</if>
|
|
|
|
|
<if test="examineuser != null">#{examineuser},</if>
|
|
|
|
|
<if test="examinedate != null">#{examinedate},</if>
|
|
|
|
|
|
|
|
|
|
<if test="havePassport != null">#{havePassport},</if>
|
|
|
|
|
<if test="confAgreement != null">#{confAgreement},</if>
|
|
|
|
|
<if test="confName != null">#{confName},</if>
|
|
|
|
|
<if test="entryexitFiling != null">#{entryexitFiling},</if>
|
|
|
|
|
now()
|
|
|
|
|
)
|
|
|
|
|
</insert>
|
|
|
|
|