wzy
2020-10-15 f812dd42487c1ee47cb9bcbeed1f40779bbae6aa
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();