From 4d915de48896403fb4a52924c11f7fcbc99614ee Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Fri, 26 Dec 2025 09:49:10 +0800
Subject: [PATCH] feat(symbols): 添加OKX-KLINE加载日志

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

diff --git a/src/main/java/com/xcong/excoin/modules/documentary/dao/FollowFollowerProfitDao.java b/src/main/java/com/xcong/excoin/modules/documentary/dao/FollowFollowerProfitDao.java
index f2ff189..eca6dc4 100644
--- a/src/main/java/com/xcong/excoin/modules/documentary/dao/FollowFollowerProfitDao.java
+++ b/src/main/java/com/xcong/excoin/modules/documentary/dao/FollowFollowerProfitDao.java
@@ -38,5 +38,9 @@
 			@Param("memberId")Long memberId);
 
 	int updateFollowerProfitByTradeMemberId(@Param("principal") BigDecimal principal, @Param("profit") BigDecimal profit, @Param("tradeMemberId") Long tradeMemberId, @Param("memberId") Long memberId);
+
+	int selectFollowerCntByTradeMemberId(@Param("tradeMemberId") Long tradeMemberId);
+
+	BigDecimal selectAllFollowerProfit(@Param("tradeMemberId") Long tradeMemberId);
 	
 }

--
Gitblit v1.9.1