From 41d2b6f7f3eb8eaf60317e0c455b9c1a551fc8ed Mon Sep 17 00:00:00 2001 From: wzy <wzy19931122ai@163.com> Date: Sun, 29 Nov 2020 14:48:06 +0800 Subject: [PATCH] modify --- src/main/java/com/xcong/excoin/modules/member/dao/MemberCoinAddressDao.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/xcong/excoin/modules/member/dao/MemberCoinAddressDao.java b/src/main/java/com/xcong/excoin/modules/member/dao/MemberCoinAddressDao.java index baf9016..27616b3 100644 --- a/src/main/java/com/xcong/excoin/modules/member/dao/MemberCoinAddressDao.java +++ b/src/main/java/com/xcong/excoin/modules/member/dao/MemberCoinAddressDao.java @@ -2,6 +2,7 @@ import java.util.List; +import com.xcong.excoin.modules.member.entity.TdCoinWallet; import org.apache.ibatis.annotations.Param; import com.baomidou.mybatisplus.core.mapper.BaseMapper; @@ -25,4 +26,6 @@ List<String> selectAllSymbolAddress(@Param("symbol")String symbol,@Param("tag") String tag); + TdCoinWallet selectTdCoinWalletByAddress(@Param("address") String address, @Param("symbol") String symbol); + } -- Gitblit v1.9.1