From 75ffb97146a0a15d76ae4603ccf328eb9716d798 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Mon, 22 Dec 2025 16:29:51 +0800
Subject: [PATCH] refactor(utils): 更新异常类导入路径并添加JSON依赖

---
 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