src/main/java/com/xcong/excoin/modules/okxNewPrice/okxWs/TradeOrderWs.java
@@ -32,7 +32,7 @@ } else if (OrderParamEnums.INIT.getValue().equals(side)) { side = OrderParamEnums.BUY.getValue(); String buyCntNormal = getRedisValue(redisUtils, PositionsWs.POSITIONSWS_CHANNEL, ":buyCnt"); if (StrUtil.isNotBlank(buyCntNormal)) { if (StrUtil.isNotBlank(buyCntNormal) && new BigDecimal(buyCntNormal).compareTo(BigDecimal.ZERO) > 0) { buyCnt = buyCntNormal; }else{ buyCnt = getRedisValue(redisUtils, InstrumentsWs.INSTRUMENTSWS_CHANNEL, ":ctVal");