Administrator
1 days ago e5ff8673f658e24d4f5fafc4616eebd7ae9214e3
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);
   
}