|
@@ -60,6 +60,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<result property="job" column="job"/>
|
|
<result property="job" column="job"/>
|
|
<result property="shareCode" column="share_code"/>
|
|
<result property="shareCode" column="share_code"/>
|
|
<result property="pwdTime" column="pwd_time"/>
|
|
<result property="pwdTime" column="pwd_time"/>
|
|
|
|
+ <result property="unitContact" column="unit_contact"/>
|
|
|
|
+ <result property="unitTel" column="unit_tel"/>
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
|
@@ -696,7 +698,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="dangAnList" parameterType="com.zhongzheng.modules.user.bo.UserQueryBo" resultMap="UserResult">
|
|
<select id="dangAnList" parameterType="com.zhongzheng.modules.user.bo.UserQueryBo" resultMap="UserResult">
|
|
- SELECT * from `user` u where 1=1
|
|
|
|
|
|
+ SELECT u.* from `user` u where 1=1
|
|
<if test="telphone != null and telphone != ''" >
|
|
<if test="telphone != null and telphone != ''" >
|
|
AND u.telphone like concat('%', #{telphone,typeHandler=com.zhongzheng.common.type.EncryptHandler}, '%')
|
|
AND u.telphone like concat('%', #{telphone,typeHandler=com.zhongzheng.common.type.EncryptHandler}, '%')
|
|
</if>
|
|
</if>
|