From d18442eeb0b13b633c4146b85198211f4014b2d1 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Wed, 18 Nov 2020 14:42:32 +0800
Subject: [PATCH] modify

---
 src/main/resources/mapper/member/SrcAddressDao.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/member/SrcAddressDao.xml b/src/main/resources/mapper/member/SrcAddressDao.xml
index 1737811..b873023 100644
--- a/src/main/resources/mapper/member/SrcAddressDao.xml
+++ b/src/main/resources/mapper/member/SrcAddressDao.xml
@@ -3,7 +3,7 @@
 <mapper namespace="com.xcong.excoin.modules.coin.dao.TrcAddressDao">
 
     <select id="selectSrcAddressByMemberId" resultType="com.xcong.excoin.modules.coin.entity.TrcAddressEntity">
-        select * from trc_address where member_id=#{memberId} and is_use=1
+        select * from trc_address where member_id=#{memberId} and is_use=1 and system_flag = 1
     </select>
 
     <select id="selectOneSrcAddressUnUse" resultType="com.xcong.excoin.modules.coin.entity.TrcAddressEntity">

--
Gitblit v1.9.1