src/main/java/com/xcong/excoin/quartz/job/NewestPriceUpdateJob.java
@@ -55,7 +55,7 @@ websocketPriceService.comparePriceAsc(symbol, price); websocketPriceService.comparePriceDesc(symbol, price); if ("etcusdt".equalsIgnoreCase(symbol)) { // websocketPriceService.wholeBomb(symbol, price); websocketPriceService.wholeBomb(symbol, price); } //System.out.println("比较完毕:"+symbol+"-"+price);