src/main/java/com/yssh/service/impl/WarningAnalyseServiceImpl.java
@@ -374,7 +374,7 @@ @Override public Map<String, List<Double>> select3Hours() { Map<String, List<Double>> map = new HashMap<>(); Map<String, List<Double>> map = new LinkedHashMap<>(); List<String> times = DateUtils.get3Hours(); List<Qxsh> list = qxshMapper.select3Hours(times);