fix
Helius
2022-03-02 c495fc6b75e2b42449a205a9403c0756209bbec7
src/main/java/com/xcong/excoin/quartz/job/NewestPriceUpdateJob.java
@@ -53,8 +53,8 @@
                    // TODO 测试环境关闭这个插入redis
                    redisUtils.set(CoinTypeConvert.convertToKey(symbol), price);
                    // 比较
                    //websocketPriceService.comparePriceAsc(symbol, price);
                    //websocketPriceService.comparePriceDesc(symbol, price);
                    websocketPriceService.comparePriceAsc(symbol, price);
                    websocketPriceService.comparePriceDesc(symbol, price);
                    //System.out.println("比较完毕:"+symbol+"-"+price);
                }