From 61603f56d4ddb9f83a546c702a4948bc3010d5ff Mon Sep 17 00:00:00 2001
From: jsowell <123@jsowell.com>
Date: Thu, 14 May 2026 14:36:37 +0800
Subject: [PATCH] update
---
.../main/resources/mapper/pile/MemberWalletInfoMapper.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/jsowell-pile/src/main/resources/mapper/pile/MemberWalletInfoMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/MemberWalletInfoMapper.xml
index 8f5cc314b..ed393f696 100644
--- a/jsowell-pile/src/main/resources/mapper/pile/MemberWalletInfoMapper.xml
+++ b/jsowell-pile/src/main/resources/mapper/pile/MemberWalletInfoMapper.xml
@@ -521,7 +521,7 @@
from member_wallet_info
where del_flag = '0'
- and member_id = #{memberId,jdbcType=INTEGER}
+ and member_id = #{memberId,jdbcType=VARCHAR}
and merchant_id = #{merchantId,jdbcType=VARCHAR}
@@ -533,7 +533,7 @@
from member_wallet_info
where del_flag = '0'
- and member_id = #{memberId,jdbcType=INTEGER}
+ and member_id = #{memberId,jdbcType=VARCHAR}
and merchant_id = #{merchantId,jdbcType=VARCHAR}
@@ -544,7 +544,7 @@
from member_wallet_info
where del_flag = '0'
- and member_id = #{memberId,jdbcType=INTEGER}
+ and member_id = #{memberId,jdbcType=VARCHAR}
and merchant_id is not null