燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2023-05-16 0e8c298a310465190cdbcda830f95a51f09ca0b3
src/main/java/com/yssh/service/impl/WarningAnalyseServiceImpl.java
@@ -330,6 +330,9 @@
        List<MonitorPointPosition> checkPoints = commonService.getCheckPoints3d();
        Long startTime = Long.parseLong(DateUtils.parseDateToStr(DateUtils.YYYYMMDDHH, DateUtils.getMonthStart()));
        Long endTime = Long.parseLong(DateUtils.parseDateToStr(DateUtils.YYYYMMDDHH, DateUtils.getMonthEnd()));
        //startTime = 2023040100L;
        //endTime = 2023043023L;
        List<DictRecord> recordList = dictRecordMapper.selectByTimeDictRecordList(startTime, endTime);
        List<String> tableNames = new ArrayList<>();
@@ -355,8 +358,8 @@
                //map.put("name", commonService.select3dCheckPointById(suYuanId).getName());
                //map.remove("id");
                map.put("name", c.getName());
                result.add(map);
            }
            result.add(map);
        }
        return CalculateUtils.sort(result, "value", true).subList(0, 10);