src/main/java/com/xcong/excoin/modules/okxNewPrice/celue/CaoZuoServiceImpl.java
@@ -128,7 +128,7 @@ // 处理订单价格在队列中的情况 String orderPrice = OrderInfoWs.ORDERINFOWSMAP.get("orderPrice"); handleOrderPriceInQueues(orderPrice, queueKaiCang, queuePingCang); boolean orderPriceFlag = WsMapBuild.saveStringToMap(OrderInfoWs.ORDERINFOWSMAP, "orderPrice", String.valueOf(markPx)); WsMapBuild.saveStringToMap(OrderInfoWs.ORDERINFOWSMAP, "orderPrice", String.valueOf(markPx)); // 判断是加仓还是减仓 if (avgPx.compareTo(markPx) > 0) { log.info("开始加仓...");