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); }