src/main/java/com/xcong/excoin/modules/exchange/service/impl/HandleKlineServiceImpl.java
@@ -66,7 +66,7 @@ Candlestick today = (Candlestick)o; today.setHigh(today.getHigh().max(max)); today.setLow(today.getLow().min(min)); today.setLow(today.getVolume().add(vol)); today.setVolume(today.getVolume().add(vol)); redisUtils.set(symbolUsdt,today); }else{ Candlestick today = new Candlestick();