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