Helius
2020-08-21 ddb79e7126625aa7e97d1a8d9a1a0dcde7dfff0a
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);
}