Commit 7ebe3e37 authored by 麻笑宇's avatar 麻笑宇

修改安全追溯大屏接口

parent 7a6b3a56
......@@ -529,10 +529,10 @@ public class AQZSDPStatisticsServiceImpl {
for (int i = 0; i < 2; i++) {
Map<String, Object> map = new HashMap<>();
if (i == 0) {
map.put("key", "problemCount");
map.put("dataKey", "problemCount");
map.put("value", "问题数量");
} else {
map.put("key", "processedRate");
map.put("dataKey", "processedRate");
map.put("value", "已处理");
}
legendData.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