| | |
| | | import com.xcong.excoin.modules.documentary.entity.FollowFollowerOrderRelationEntity; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | 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); |
| | | } |