From 384237186e393bbacaf692c91bf9496d70dd2ddb Mon Sep 17 00:00:00 2001 From: wzy <wzy19931122ai@163.com> Date: Sun, 16 May 2021 21:27:47 +0800 Subject: [PATCH] modify --- src/main/java/com/xcong/excoin/modules/documentary/dao/FollowTraderProfitInfoDao.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/xcong/excoin/modules/documentary/dao/FollowTraderProfitInfoDao.java b/src/main/java/com/xcong/excoin/modules/documentary/dao/FollowTraderProfitInfoDao.java index c8fa0a6..d12f79f 100644 --- a/src/main/java/com/xcong/excoin/modules/documentary/dao/FollowTraderProfitInfoDao.java +++ b/src/main/java/com/xcong/excoin/modules/documentary/dao/FollowTraderProfitInfoDao.java @@ -17,4 +17,7 @@ IPage<HistoryOrderRecordsVo> selectHistoryOrderRecords(Page<HistoryOrderRecordsVo> page, @Param("memberId")Long memberId); + FollowTraderProfitInfoVo selectOneByMemberId(@Param("memberId")long memberId); + + FollowTraderProfitInfoEntity selectTraderInfoProfitByMemberId(@Param("memberId") Long memberId); } -- Gitblit v1.9.1