1.稳态占比bug修改
2.电压暂降排序
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user