From 427a8cff0afd534446b38caf5bee50c3436454a6 Mon Sep 17 00:00:00 2001
From: wen <1455474577@qq.com>
Date: Wed, 5 Jan 2022 14:12:06 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=AF=91=E9=94=99?=
=?UTF-8?q?=E8=AF=AF=20by=20yu?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/mapper/XhpcAppUserMapper.xml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/xhpc-modules/xhpc-user/src/main/resources/mapper/XhpcAppUserMapper.xml b/xhpc-modules/xhpc-user/src/main/resources/mapper/XhpcAppUserMapper.xml
index 01d4a3b6..61c5983b 100644
--- a/xhpc-modules/xhpc-user/src/main/resources/mapper/XhpcAppUserMapper.xml
+++ b/xhpc-modules/xhpc-user/src/main/resources/mapper/XhpcAppUserMapper.xml
@@ -250,9 +250,6 @@
user_type,
-
- tenant_id,
-
open_id,
@@ -318,6 +315,8 @@
user_type as userType,
open_id as openId,
status as status
- from xhpc_user_login type=#{type} and open_id=#{openid}
+ from xhpc_user_login
+ where type = #{type}
+ and open_id = #{openid}