|
|
|
@ -199,12 +199,12 @@
|
|
|
|
|
<if test="deptId != null and deptId != 0">dept_id,</if>
|
|
|
|
|
<if test="userName != null and userName != ''">user_name,</if>
|
|
|
|
|
<if test="nickName != null and nickName != ''">nick_name,</if>
|
|
|
|
|
<if test="enterpriseId != null and enterpriseId != ''">enterprise_id,</if>
|
|
|
|
|
<if test="userType != null and userType != ''">user_type,</if>
|
|
|
|
|
<if test="email != null and email != ''">email,</if>
|
|
|
|
|
<if test="avatar != null and avatar != ''">avatar,</if>
|
|
|
|
|
<if test="phonenumber != null and phonenumber != ''">phonenumber,</if>
|
|
|
|
|
<if test="sex != null and sex != ''">sex,</if>
|
|
|
|
|
<if test="enterpriseId != null and enterpriseId != ''">enterprise_id,</if>
|
|
|
|
|
<if test="userType != null and userType != ''">user_type,</if>
|
|
|
|
|
<if test="password != null and password != ''">password,</if>
|
|
|
|
|
<if test="status != null and status != ''">status,</if>
|
|
|
|
|
<if test="createBy != null and createBy != ''">create_by,</if>
|
|
|
|
|