xuhy
2024-08-27 96483f10fdb66727c3767826fcec6c99958e74b6
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}