Helius
2020-08-21 2bb8c9ae6db2668213d03d02cd8b38e6bc7aae83
src/main/java/com/xcong/excoin/modules/documentary/dao/FollowFollowerOrderRelationDao.java
@@ -4,6 +4,9 @@
import com.xcong.excoin.modules.documentary.entity.FollowFollowerOrderRelationEntity;
import org.apache.ibatis.annotations.Param;
import java.math.BigDecimal;
import java.util.List;
/**
 * @author helius
 */
@@ -13,4 +16,8 @@
   FollowFollowerOrderRelationEntity selectHistoryOneByorderId(@Param("orderId")Long orderId);
   
   FollowFollowerOrderRelationEntity selectNowOneByorderId(@Param("orderId")Long orderId);
   List<FollowFollowerOrderRelationEntity> selectFollowHoldOrderByTradeOrderNo(@Param("orderNo") String orderNo);
   BigDecimal selectTraderTotalProfit(@Param("memberId") Long memberId);
}