From 96483f10fdb66727c3767826fcec6c99958e74b6 Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期二, 27 八月 2024 17:21:23 +0800 Subject: [PATCH] 餐饮数据生成完成 --- ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml index 0333c0a..6ab93b6 100644 --- a/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml +++ b/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} -- Gitblit v1.7.1