Helius
2020-09-08 fc03e61b365c345a6770cc11f551c7ee0c7edbb9
src/main/java/com/xcong/excoin/modules/contract/service/impl/RabbitOrderServiceImpl.java
@@ -525,6 +525,7 @@
                    contractOrderEntity.setRewardRatio(rewardRatio);
                    contractOrderEntity.setRewardAmount(profitOrLess);
                    contractOrderEntity.setClosingPrice(currentPrice);
                    contractOrderEntity.setForceClosingPrice(currentPrice);
                    // 订单状态转换
                    if (ContractOrderEntity.ORDER_TYPE_OPEN_MORE == contractOrderEntity.getOrderType()) {