src/main/java/com/yssh/service/WarningAnalyseService.java
@@ -329,7 +329,6 @@ public List<Qxsh> selectMonthTop10() { String time = DateUtils.getYyyyMm(new Date()); List<Qxsh> list = qxshMapper.selectMonthTop10(time + "%"); return list; @@ -381,6 +380,9 @@ Report report = Report.calcReport(wd, suYuan, suMax); report.setLastVal(lastVal); SuYuan700 su = suYuanMapper.selectSuYuan46ById(suYuanId, qxsh.getTime().substring(0, 4) + "-" + qxsh.getTime().substring(4, 6) + "-" + qxsh.getTime().substring(6, 8) + " " + qxsh.getTime().substring(8, 10) + ":00:00"); report.setSu(su); list.add(report); }