zainali5120
2021-04-22 d1d773cffb46cfa42a3ba9011eabbd42ddaffdb2
src/main/java/com/xcong/excoin/modules/documentary/dao/FollowFollowerProfitDao.java
@@ -43,4 +43,10 @@
   BigDecimal selectAllFollowerProfit(@Param("tradeMemberId") Long tradeMemberId);
   
   List<FollowFollowerProfitEntity> selectByMemberIdandIsFollow(@Param("id") Long id, @Param("isFollowY") Integer isFollowY);
   BigDecimal selectSumBondAmountBymemberId(@Param("memberId")Long memberId,@Param("tradeId") Long tradeId);
   BigDecimal selectSumRewardAmountByMemberId(@Param("memberId")Long memberId,@Param("tradeId") Long tradeId);
}