From a9d736c5dc577c7a1b94dae0989be2269fe2e7ff Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Tue, 17 Nov 2020 10:26:10 +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