src/main/java/com/xcong/excoin/rabbit/pricequeue/WebsocketPriceService.java | ●●●●● patch | view | raw | blame | history |
src/main/java/com/xcong/excoin/rabbit/pricequeue/WebsocketPriceService.java
@@ -43,7 +43,6 @@ } } log.info("---->{}", JSONObject.toJSONString(list)); if (CollectionUtils.isNotEmpty(list)) { dealAscPriceOrderAndSenMq(list, symbol); }