Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
be4081ad
Commit
be4081ad
authored
Jul 31, 2024
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.总览-右屏-安全监管,增加许可超期、资质超期的统计,下钻到区县后接口报错
parent
122956f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
ZLDPStatisticsServiceImpl.java
...statistcs/biz/service/impl/ZLDPStatisticsServiceImpl.java
+6
-6
No files found.
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/java/com/yeejoin/amos/boot/module/statistcs/biz/service/impl/ZLDPStatisticsServiceImpl.java
View file @
be4081ad
...
@@ -576,32 +576,32 @@ public class ZLDPStatisticsServiceImpl {
...
@@ -576,32 +576,32 @@ public class ZLDPStatisticsServiceImpl {
String
orgCode
=
stCommonService
.
getAndSetOrgCode
(
regionCode
);
String
orgCode
=
stCommonService
.
getAndSetOrgCode
(
regionCode
);
JSONObject
jsonObject6
=
new
JSONObject
();
JSONObject
jsonObject6
=
new
JSONObject
();
jsonObject6
.
put
(
"key"
,
"jycq"
);
jsonObject6
.
put
(
"key"
,
"jycq"
);
jsonObject6
.
put
(
"value"
,
this
.
getQuestionNumber
(
"检验超期"
,
params
,
orgCode
));
jsonObject6
.
put
(
"value"
,
orgCode
==
null
?
0L
:
this
.
getQuestionNumber
(
"检验超期"
,
params
,
orgCode
));
jsonObject6
.
put
(
"name"
,
"检验超期"
);
jsonObject6
.
put
(
"name"
,
"检验超期"
);
JSONObject
jsonObject7
=
new
JSONObject
();
JSONObject
jsonObject7
=
new
JSONObject
();
jsonObject7
.
put
(
"key"
,
"jybhg"
);
jsonObject7
.
put
(
"key"
,
"jybhg"
);
jsonObject7
.
put
(
"value"
,
this
.
getQuestionNumber
(
"检验不合格"
,
params
,
orgCode
));
jsonObject7
.
put
(
"value"
,
orgCode
==
null
?
0L
:
this
.
getQuestionNumber
(
"检验不合格"
,
params
,
orgCode
));
jsonObject7
.
put
(
"name"
,
"检验不合格"
);
jsonObject7
.
put
(
"name"
,
"检验不合格"
);
JSONObject
jsonObject8
=
new
JSONObject
();
JSONObject
jsonObject8
=
new
JSONObject
();
jsonObject8
.
put
(
"key"
,
"wbcq"
);
jsonObject8
.
put
(
"key"
,
"wbcq"
);
jsonObject8
.
put
(
"value"
,
this
.
getQuestionNumber
(
"维保超期"
,
params
,
orgCode
));
jsonObject8
.
put
(
"value"
,
orgCode
==
null
?
0L
:
this
.
getQuestionNumber
(
"维保超期"
,
params
,
orgCode
));
jsonObject8
.
put
(
"name"
,
"维保超期"
);
jsonObject8
.
put
(
"name"
,
"维保超期"
);
JSONObject
jsonObject9
=
new
JSONObject
();
JSONObject
jsonObject9
=
new
JSONObject
();
jsonObject9
.
put
(
"key"
,
"csjsynx"
);
jsonObject9
.
put
(
"key"
,
"csjsynx"
);
jsonObject9
.
put
(
"value"
,
this
.
getQuestionNumber
(
"超设计使用年限"
,
params
,
orgCode
));
jsonObject9
.
put
(
"value"
,
orgCode
==
null
?
0L
:
this
.
getQuestionNumber
(
"超设计使用年限"
,
params
,
orgCode
));
jsonObject9
.
put
(
"name"
,
"超设计使用年限"
);
jsonObject9
.
put
(
"name"
,
"超设计使用年限"
);
JSONObject
jsonObject10
=
new
JSONObject
();
JSONObject
jsonObject10
=
new
JSONObject
();
jsonObject10
.
put
(
"key"
,
"csjsynx"
);
jsonObject10
.
put
(
"key"
,
"csjsynx"
);
jsonObject10
.
put
(
"value"
,
stCommonService
.
getYellowStatusCompany
(
params
));
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"
,
"csjsynx"
);
jsonObject11
.
put
(
"value"
,
stCommonService
.
getRedStatusCompany
(
params
));
jsonObject11
.
put
(
"value"
,
orgCode
==
null
?
0L
:
stCommonService
.
getRedStatusCompany
(
params
).
getLongValue
(
));
jsonObject11
.
put
(
"name"
,
"资质超期"
);
jsonObject11
.
put
(
"name"
,
"资质超期"
);
jsonArray
.
add
(
jsonObject0
);
jsonArray
.
add
(
jsonObject0
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment