Administrator
2025-12-26 6a8d1873fbd76ddc099917048f3bdb2b3661d7fd
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);
}