src/main/java/com/xcong/excoin/modules/okxApi/wsHandler/handler/OrdersOkxChannelHandler.java
@@ -142,7 +142,7 @@ algoId, orderType, side, posSide, fillSz, tradeId); if (getGridTradeService() != null) { getGridTradeService().onAutoOrder(algoId, "finished", state, orderType, tradeId); getGridTradeService().onAutoOrder(algoId, state, orderType, tradeId); } } } catch (Exception e) {