燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2023-07-28 59478e6b937532b9051bd07400159786d1b8d2ea
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);
        }