Helius
2020-10-29 1498b23be871aec99314da998569a94c9ab53607
modify
1 files modified
2 ■■■ changed files
src/main/java/com/xcong/excoin/rabbit/pricequeue/WebsocketPriceService.java 2 ●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/rabbit/pricequeue/WebsocketPriceService.java
@@ -87,7 +87,7 @@
//        }
        if (CollUtil.isNotEmpty(orderTypes)) {
            log.info("存在止盈/止损/爆仓:{} -- {}",model, orderTypes);
            log.info("存在止盈/止损/爆仓:{} -- {}",JSONObject.toJSONString(model), orderTypes);
            return false;
        }