Commit 697f31c6 authored by tianyiming's avatar tianyiming

大屏设备统计-一类二类三类数据块增加img

parent b746899d
......@@ -3447,6 +3447,8 @@ public class ComprehensiveStatisticalAnalysisServiceImpl {
map.put("noDetails", Boolean.TRUE);
map.put("noBottom", Boolean.TRUE);
map.put("fieldKey", "DATA_QUALITY_SCORE");
String imgUrl = String.format("/upload/tzs/dpscreen/statistic/datalevel%s.png", i);
map.put("img", imgUrl);
map.put("label", i == 1 ? "一类设备" : i == 2 ? "二类设备" : "三类设备");
map.put("value", i == 1 ? oneClassCount : i == 2 ? twoClassCount : threeClassCount);
resultList.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