Commit 90f3eb25 authored by 李秀明's avatar 李秀明

获取水池统计信息接口返回key错误

parent 735d42aa
......@@ -184,7 +184,7 @@ public class PoolStatisticController {
normalMap.put("name", "液位正常");
normalMap.put("value", normalList.size());
Map<String, Object> abNormalMap = new HashMap<>();
abNormalMap.put("key", "normal");
abNormalMap.put("key", "abnormal");
abNormalMap.put("name", "液位异常");
abNormalMap.put("value", abNormalList.size());
List<Map<String, Object>> res = new ArrayList<>();
......
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