From 18ec469960104139455f8a3863e3c9e8fb1f32d2 Mon Sep 17 00:00:00 2001
From: wzy <wzy19931122ai@163.com>
Date: Sun, 29 Nov 2020 14:48:11 +0800
Subject: [PATCH] Merge branch 'pilot' of https://gitee.com/chonggaoxiao/new_excoin into pilot

---
 src/main/java/com/xcong/excoin/modules/coin/dao/TrcAddressDao.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/modules/coin/dao/TrcAddressDao.java b/src/main/java/com/xcong/excoin/modules/coin/dao/TrcAddressDao.java
index c0d5a23..2580cb2 100644
--- a/src/main/java/com/xcong/excoin/modules/coin/dao/TrcAddressDao.java
+++ b/src/main/java/com/xcong/excoin/modules/coin/dao/TrcAddressDao.java
@@ -13,4 +13,6 @@
     TrcAddressEntity selectSrcAddressByMemberId(@Param("memberId") Long memberId);
 
     TrcAddressEntity selectOneSrcAddressUnUse();
+
+    TrcAddressEntity selectTrcAddressByAddress(@Param("address") String address);
 }

--
Gitblit v1.9.1