From 5e120585b61ae126163cb0d676cf452c8a21822f Mon Sep 17 00:00:00 2001
From: liujie <1793218484@qq.com>
Date: 星期一, 13 十月 2025 11:11:59 +0800
Subject: [PATCH] Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/java/haizhentong

---
 ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml
index 454dcb3..5ed8d6f 100644
--- a/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml
@@ -336,11 +336,7 @@
  			<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>
-			<if test="disableRemark != null">disable_remark = #{disableRemark},</if>
-			<if test="operatingTime != null">operating_time = #{operatingTime},</if>
-			<if test="operatingPerson != null">operating_person = #{operatingPerson},</if>
+			<if test="openId != null">open_id = #{openId},</if>
  			update_time = sysdate()
  		</set>
  		where user_id = #{userId}

--
Gitblit v1.7.1