Commit 4bfa8ad1 authored by suhuiguang's avatar suhuiguang

1.大屏概览接口-接口调试

parent 4facf5e0
......@@ -218,24 +218,24 @@ public class AlertStatisticsServiceImpl extends BaseService<AlertStatisticsDto,
String orgCode = this.getAndSetOrgCode(regionCode);
JSONObject jsonObject6 = new JSONObject();
jsonObject5.put("key", "jycq");
jsonObject5.put("value", this.getQuestionNumber("检验超期",params, orgCode));
jsonObject5.put("name", "检验超期");
jsonObject6.put("key", "jycq");
jsonObject6.put("value", this.getQuestionNumber("检验超期",params, orgCode));
jsonObject6.put("name", "检验超期");
JSONObject jsonObject7 = new JSONObject();
jsonObject5.put("key", "jybhg");
jsonObject5.put("value", this.getQuestionNumber("检验不合格",params, orgCode));
jsonObject5.put("name", "检验不合格");
jsonObject7.put("key", "jybhg");
jsonObject7.put("value", this.getQuestionNumber("检验不合格",params, orgCode));
jsonObject7.put("name", "检验不合格");
JSONObject jsonObject8 = new JSONObject();
jsonObject5.put("key", "wbcq");
jsonObject5.put("value", this.getQuestionNumber("维保超期",params, orgCode));
jsonObject5.put("name", "c");
jsonObject8.put("key", "wbcq");
jsonObject8.put("value", this.getQuestionNumber("维保超期",params, orgCode));
jsonObject8.put("name", "维保超期");
JSONObject jsonObject9 = new JSONObject();
jsonObject5.put("key", "csjsynx");
jsonObject5.put("value", this.getQuestionNumber("超设计使用年限",params, orgCode));
jsonObject5.put("name", "超设计使用年限");
jsonObject9.put("key", "csjsynx");
jsonObject9.put("value", this.getQuestionNumber("超设计使用年限",params, orgCode));
jsonObject9.put("name", "超设计使用年限");
jsonArray.add(jsonObject0);
jsonArray.add(jsonObject1);
jsonArray.add(jsonObject2);
......
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