From af8cab142a6b15c06e131a8474574dd5b00df982 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期四, 04 十二月 2025 22:09:58 +0800
Subject: [PATCH] feat: 改造微信accesstoken存放在系统配置表中

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

diff --git a/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml
index ffc09a9..a1f910a 100644
--- a/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml
@@ -206,7 +206,6 @@
  			<if test="oaOrderClass != null">oa_order_class = #{oaOrderClass},</if>
  			<if test="openId != null and openId != ''">open_id = #{openId},</if>
  			<if test="unionId != null and unionId != ''">union_id = #{unionId},</if>
- 			<if test="wechatNickname != null and wechatNickname != ''">wechat_nickname = #{wechatNickname},</if>
  			<if test="loginIp != null and loginIp != ''">login_ip = #{loginIp},</if>
  			<if test="loginDate != null">login_date = #{loginDate},</if>
  			<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>

--
Gitblit v1.9.1