无关风月
2 天以前 96928bdb692c62e01105d1d6a7f4bd04df5aa3c0
ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml
@@ -406,7 +406,7 @@
         <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>