Helius
2021-05-18 9739e12c89e42a2b445801fea0ad958c5f08281c
src/main/java/com/xcong/excoin/modules/documentary/dao/FollowFollowerOrderRelationDao.java
@@ -18,6 +18,7 @@
   FollowFollowerOrderRelationEntity selectNowOneByorderId(@Param("orderId")Long orderId);
   List<FollowFollowerOrderRelationEntity> selectFollowHoldOrderByTradeOrderNo(@Param("orderNo") String orderNo);
   List<FollowFollowerOrderRelationEntity> selectFollowOrderByTradeOrderNo(@Param("orderNo") String orderNo);
   BigDecimal selectTraderTotalProfit(@Param("memberId") Long memberId);
   BigDecimal selectTraderTotalProfitSelf(@Param("memberId") Long memberId);