Commit 00c98267 authored by chenzhao's avatar chenzhao

修改代码

parent 0f88555c
...@@ -346,7 +346,7 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator { ...@@ -346,7 +346,7 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator {
Map<String,Object> map = new HashMap<>(); Map<String,Object> map = new HashMap<>();
List<String> values = new ArrayList<>(); List<String> values = new ArrayList<>();
List<String> valueList = new ArrayList<>(); List<String> valueList = new ArrayList<>();
Set<String> time = new HashSet<>(); Set<String> time = new TreeSet<>();
for (Map<String, String> stringStringMap : list) { for (Map<String, String> stringStringMap : list) {
if (stringStringMap.get("equipmentIndexName").equals("有功功率")){ if (stringStringMap.get("equipmentIndexName").equals("有功功率")){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment