zainali5120
2020-10-15 2c736a5cac18e43eea102de13f8d05afa6e9ada6
最高最低价修复
1 files modified
2 ■■■ changed files
src/main/java/com/xcong/excoin/modules/exchange/service/impl/HandleKlineServiceImpl.java 2 ●●● patch | view | raw | blame | history
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();