| | |
| | | <if test="deptId != null and deptId != 0">dept_id = #{deptId},</if> |
| | | <if test="userName != null and userName != ''">user_name = #{userName},</if> |
| | | <if test="nickName != null and nickName != ''">nick_name = #{nickName},</if> |
| | | <if test="position != null and position != ''">nick_name = #{position},</if> |
| | | <if test="position != null and position != ''">`position` = #{position},</if> |
| | | <if test="positionTime != null">position_time = #{positionTime},</if> |
| | | <if test="idCard != null and idCard != ''">id_card = #{idCard},</if> |
| | | <if test="organization != null and organization != ''">organization = #{organization},</if> |