From d2882f39b0e761ae2b3f4b5bbf30fabf8a0c0cc5 Mon Sep 17 00:00:00 2001 From: Jack <46790855@qq.com> Date: Thu, 7 Aug 2025 13:59:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A6=E5=8F=B7=E7=BB=91=E5=AE=9A=E8=A1=A8?= =?UTF-8?q?=EF=BC=8C=E5=A2=9E=E5=87=8F=E4=B8=A4=E4=B8=AA=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=20=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/AccountUserBindConnectServiceImpl.java | 4 ++++ .../mapper/account/AccountUserBindConnectMapper.xml | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/mall-account/src/main/java/com/suisung/mall/account/service/impl/AccountUserBindConnectServiceImpl.java b/mall-account/src/main/java/com/suisung/mall/account/service/impl/AccountUserBindConnectServiceImpl.java index 219f0133..edd74b99 100644 --- a/mall-account/src/main/java/com/suisung/mall/account/service/impl/AccountUserBindConnectServiceImpl.java +++ b/mall-account/src/main/java/com/suisung/mall/account/service/impl/AccountUserBindConnectServiceImpl.java @@ -434,6 +434,10 @@ public class AccountUserBindConnectServiceImpl extends BaseServiceImpl queryWrapper = new QueryWrapper<>(); queryWrapper.eq("bind_id", bindId) diff --git a/mall-account/src/main/resources/mapper/account/AccountUserBindConnectMapper.xml b/mall-account/src/main/resources/mapper/account/AccountUserBindConnectMapper.xml index 67742b45..749f2f5b 100644 --- a/mall-account/src/main/resources/mapper/account/AccountUserBindConnectMapper.xml +++ b/mall-account/src/main/resources/mapper/account/AccountUserBindConnectMapper.xml @@ -1,10 +1,9 @@ - - bind_id, bind_type, user_id, bind_time, bind_nickname, bind_icon, bind_gender, bind_vip, bind_level, bind_client_id, bind_country, bind_province, bind_city, bind_county, bind_code, bind_openid, bind_unionid, bind_access_token, bind_expires_in, bind_refresh_token, bind_token_ttl, bind_active + bind_id + , bind_type, user_id, bind_time, bind_nickname, bind_icon, bind_gender, bind_vip, bind_level, bind_client_id, bind_country, bind_province, bind_city, bind_county, bind_code, bind_openid, bind_unionid, bind_access_token, bind_expires_in, bind_refresh_token, bind_token_ttl, bind_active, created_at, updated_at -