Helius
2021-02-01 b7ba5220be54c7ccef86632f165c079f7a5f0d78
src/main/java/com/xcong/excoin/modules/contract/dao/ContractOrderDao.java
@@ -27,4 +27,8 @@
    Integer selectFollowOrderCntForWinRate(@Param("memberId") Long memberId, @Param("type") Integer type);
    List<ContractOrderEntity> selectWholeOpenOrderByOrderNo(@Param("orderNo") String orderNo);
    BigDecimal selectWholeFeeAmountByOrderNo(@Param("orderNo") String orderNo);
    int updateOrderProfitOrLessById(@Param("rewardAmount") BigDecimal rewardAmount, @Param("rewardRatio") BigDecimal rewardRatio, @Param("id") Long id);
}