zainali5120
2021-02-20 4ae1cb0def3b87c6632af4a9bd391d3f34d504a6
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);
   
}