1.稳态占比bug修改

2.电压暂降排序
This commit is contained in:
wr
2023-05-26 16:30:37 +08:00
parent ffe71537f7
commit a74500afe8
2 changed files with 6 additions and 12 deletions

View File

@@ -1090,8 +1090,8 @@ public class EventAnalysisServiceImpl implements EventAnalysisService {
List<DictData> reasonData = reason.getData();
List<DictData> typeData = type.getData();
HashMap<String, Integer> reasonMap = new HashMap<>();
HashMap<String, Integer> typeMap = new HashMap<>();
Map<String, Integer> reasonMap = new LinkedHashMap<>();
Map<String, Integer> typeMap = new LinkedHashMap<>();
//添加detail