From ea4dda9def8d75d5ca8796771cf22b37fcd251d1 Mon Sep 17 00:00:00 2001
From: zyy <zyy@email.com>
Date: Thu, 07 Aug 2025 15:39:16 +0800
Subject: [PATCH] bug修改
---
src/main/resources/mapper/UserBankMapper.xml | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/mapper/UserBankMapper.xml b/src/main/resources/mapper/UserBankMapper.xml
index f1e119b..2ff1458 100644
--- a/src/main/resources/mapper/UserBankMapper.xml
+++ b/src/main/resources/mapper/UserBankMapper.xml
@@ -131,12 +131,11 @@
- <select id="findUserBankByUserId" parameterType="integer" resultMap="BaseResultMap">
+ <select id="findUserBankByUserId" parameterType="integer" resultType="com.nq.pojo.UserBank">
SELECT
- <include refid="Base_Column_List"/>
+ *
FROM user_bank
WHERE user_id = #{userId}
- limit 1
</select>
--
Gitblit v1.9.3