Commit 7239b68d by liuyang

2024-10-19 设备驾驶舱接口

parent a3ea7996
......@@ -419,7 +419,7 @@ public class ServiceHPBI003 extends ServiceBase {
map.put("stack", "Total");
List list1 = new ArrayList<>();
for (Map map1: listMap1.get(key)) {
list1.add(map1.get("count"));
list1.add(map1.get("num"));
}
map.put("data", list1);
result.add(map);
......
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