Administrator
4 days ago 894ddcb032b3f5fac10361ae7341fec158f8b6e2
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);
}