From 770a03e01a8ef5e799b1c2c371bc48d22fcbccf1 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 04 Sep 2020 14:35:53 +0800
Subject: [PATCH] 20200904

---
 src/main/java/com/xcong/excoin/modules/documentary/dao/FollowTraderInfoDao.java |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/modules/documentary/dao/FollowTraderInfoDao.java b/src/main/java/com/xcong/excoin/modules/documentary/dao/FollowTraderInfoDao.java
index 93904e6..d49b8a5 100644
--- a/src/main/java/com/xcong/excoin/modules/documentary/dao/FollowTraderInfoDao.java
+++ b/src/main/java/com/xcong/excoin/modules/documentary/dao/FollowTraderInfoDao.java
@@ -2,8 +2,9 @@
 
 import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 import com.xcong.excoin.modules.documentary.entity.FollowTraderInfoEntity;
+import org.apache.ibatis.annotations.Param;
 
-import io.lettuce.core.dynamic.annotation.Param;
+import java.util.List;
 
 public interface FollowTraderInfoDao extends BaseMapper<FollowTraderInfoEntity> {
 
@@ -13,4 +14,5 @@
 
 	FollowTraderInfoEntity selectTraderInfoByOrderId(@Param("orderId") Long orderId);
 
+	List<FollowTraderInfoEntity> selectAllTraderInfo();
 }

--
Gitblit v1.9.1