ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml
@@ -302,8 +302,6 @@ <if test="loginDate != null">login_date = #{loginDate},</if> <if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if> <if test="remark != null">remark = #{remark},</if> <if test="ifBlack != null">ifBlack = #{ifBlack},</if> <if test="districtId != null">districtId = #{districtId},</if> update_time = sysdate() </set> where user_id = #{userId}