Commit 2630b9d8 authored by 麻笑宇's avatar 麻笑宇

监管大屏停用,注销,报废设备统计接口调整

parent db9e9762
...@@ -898,13 +898,13 @@ public class JGDPStatisticsServiceImpl { ...@@ -898,13 +898,13 @@ public class JGDPStatisticsServiceImpl {
Map<String, Object> map = new HashMap(); Map<String, Object> map = new HashMap();
if (i == 0) { if (i == 0) {
map.put("dataKey", "stop"); map.put("dataKey", "stop");
map.put("name", "停用"); map.put("value", "停用");
} else if (i == 1) { } else if (i == 1) {
map.put("dataKey", "logout"); map.put("dataKey", "logout");
map.put("name", "注销"); map.put("value", "注销");
} else if (i == 2) { } else if (i == 2) {
map.put("dataKey", "scrap"); map.put("dataKey", "scrap");
map.put("name", "报废"); map.put("value", "报废");
} }
legendDataList.add(map); legendDataList.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