Commit 8b3ae4cb authored by suhuiguang's avatar suhuiguang

1.总览-右屏-安全监管,增加许可超期、资质超期的统计,下钻到区县后接口报错

parent 406f4cf1
...@@ -595,12 +595,12 @@ public class ZLDPStatisticsServiceImpl { ...@@ -595,12 +595,12 @@ public class ZLDPStatisticsServiceImpl {
jsonObject9.put("name", "超设计使用年限"); jsonObject9.put("name", "超设计使用年限");
JSONObject jsonObject10 = new JSONObject(); JSONObject jsonObject10 = new JSONObject();
jsonObject10.put("key", "csjsynx"); jsonObject10.put("key", "zzlq");
jsonObject10.put("value", orgCode == null ? 0L: stCommonService.getYellowStatusCompany(params).getLongValue()); jsonObject10.put("value", orgCode == null ? 0L: stCommonService.getYellowStatusCompany(params).getLongValue());
jsonObject10.put("name", "许可期"); jsonObject10.put("name", "许可期");
JSONObject jsonObject11 = new JSONObject(); JSONObject jsonObject11 = new JSONObject();
jsonObject11.put("key", "csjsynx"); jsonObject11.put("key", "zzcq");
jsonObject11.put("value", orgCode == null ? 0L: stCommonService.getRedStatusCompany(params).getLongValue()); jsonObject11.put("value", orgCode == null ? 0L: stCommonService.getRedStatusCompany(params).getLongValue());
jsonObject11.put("name", "资质超期"); jsonObject11.put("name", "资质超期");
......
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