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
8b3ae4cb
Commit
8b3ae4cb
authored
Jul 31, 2024
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.总览-右屏-安全监管,增加许可超期、资质超期的统计,下钻到区县后接口报错
parent
406f4cf1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ZLDPStatisticsServiceImpl.java
...statistcs/biz/service/impl/ZLDPStatisticsServiceImpl.java
+3
-3
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 @
8b3ae4cb
...
@@ -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"
,
"资质超期"
);
...
...
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