| | |
| | | govMonitorPoint_avg.setId(0); |
| | | govMonitorPoint_avg.setName(""); |
| | | govMonitorPoint_avg.setGuid(""); |
| | | govMonitorPointList.add(govMonitorPoint_avg); |
| | | List<Map<String,Object>> data = new ArrayList<>(); |
| | | Map<String,Object> hour_1 = new HashMap<>(); |
| | | Map<String,Object> hour_2 = new HashMap<>(); |
| | |
| | | hour_22.put("time","22时"); |
| | | hour_23.put("time","23时"); |
| | | hour_24.put("time","0时"); |
| | | hour_AVG.put("time","avg"); |
| | | hour_AVG.put("time","均值"); |
| | | data.add(hour_1); |
| | | data.add(hour_2); |
| | | data.add(hour_3); |
| | |
| | | data.add(hour_AVG); |
| | | resultMap.put("title",date+"月报"); |
| | | resultMap.put("data",data); |
| | | govMonitorPointList.add(govMonitorPoint_avg); |
| | | resultMap.put("govMonitorPoint",govMonitorPointList); |
| | | return resultMap; |
| | | }catch (Exception e){ |