Commit 312e56b6 authored by 麻笑宇's avatar 麻笑宇

修改大屏代码提交

parent 7017d4f0
......@@ -1021,19 +1021,19 @@ public class DPStatisticsServiceImpl {
for(int i = 0; i < 5; i++){
Map<String,Object> result = new HashMap<>();
if(i == 0){
result.put("key",i);
result.put("key",i+"");
result.put("name","告知管理");
}else if(i == 1){
result.put("key",i);
result.put("key",i+"");
result.put("name","使用登记");
}else if(i == 2){
result.put("key",i);
result.put("key",i+"");
result.put("name","变更登记");
}else if(i == 3){
result.put("key",i);
result.put("key",i+"");
result.put("name","停用启用");
}else if(i == 4){
result.put("key",i);
result.put("key",i+"");
result.put("name","注销报废");
}
resultList.add(result);
......
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