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); }