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
4bfa8ad1
Commit
4bfa8ad1
authored
Jul 17, 2024
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.大屏概览接口-接口调试
parent
4facf5e0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
AlertStatisticsServiceImpl.java
...elevator/biz/service/impl/AlertStatisticsServiceImpl.java
+12
-12
No files found.
amos-boot-system-tzs/amos-boot-module-96333/amos-boot-module-96333-biz/src/main/java/com/yeejoin/amos/boot/module/elevator/biz/service/impl/AlertStatisticsServiceImpl.java
View file @
4bfa8ad1
...
...
@@ -218,24 +218,24 @@ public class AlertStatisticsServiceImpl extends BaseService<AlertStatisticsDto,
String
orgCode
=
this
.
getAndSetOrgCode
(
regionCode
);
JSONObject
jsonObject6
=
new
JSONObject
();
jsonObject
5
.
put
(
"key"
,
"jycq"
);
jsonObject
5
.
put
(
"value"
,
this
.
getQuestionNumber
(
"检验超期"
,
params
,
orgCode
));
jsonObject
5
.
put
(
"name"
,
"检验超期"
);
jsonObject
6
.
put
(
"key"
,
"jycq"
);
jsonObject
6
.
put
(
"value"
,
this
.
getQuestionNumber
(
"检验超期"
,
params
,
orgCode
));
jsonObject
6
.
put
(
"name"
,
"检验超期"
);
JSONObject
jsonObject7
=
new
JSONObject
();
jsonObject
5
.
put
(
"key"
,
"jybhg"
);
jsonObject
5
.
put
(
"value"
,
this
.
getQuestionNumber
(
"检验不合格"
,
params
,
orgCode
));
jsonObject
5
.
put
(
"name"
,
"检验不合格"
);
jsonObject
7
.
put
(
"key"
,
"jybhg"
);
jsonObject
7
.
put
(
"value"
,
this
.
getQuestionNumber
(
"检验不合格"
,
params
,
orgCode
));
jsonObject
7
.
put
(
"name"
,
"检验不合格"
);
JSONObject
jsonObject8
=
new
JSONObject
();
jsonObject
5
.
put
(
"key"
,
"wbcq"
);
jsonObject
5
.
put
(
"value"
,
this
.
getQuestionNumber
(
"维保超期"
,
params
,
orgCode
));
jsonObject
5
.
put
(
"name"
,
"c
"
);
jsonObject
8
.
put
(
"key"
,
"wbcq"
);
jsonObject
8
.
put
(
"value"
,
this
.
getQuestionNumber
(
"维保超期"
,
params
,
orgCode
));
jsonObject
8
.
put
(
"name"
,
"维保超期
"
);
JSONObject
jsonObject9
=
new
JSONObject
();
jsonObject
5
.
put
(
"key"
,
"csjsynx"
);
jsonObject
5
.
put
(
"value"
,
this
.
getQuestionNumber
(
"超设计使用年限"
,
params
,
orgCode
));
jsonObject
5
.
put
(
"name"
,
"超设计使用年限"
);
jsonObject
9
.
put
(
"key"
,
"csjsynx"
);
jsonObject
9
.
put
(
"value"
,
this
.
getQuestionNumber
(
"超设计使用年限"
,
params
,
orgCode
));
jsonObject
9
.
put
(
"name"
,
"超设计使用年限"
);
jsonArray
.
add
(
jsonObject0
);
jsonArray
.
add
(
jsonObject1
);
jsonArray
.
add
(
jsonObject2
);
...
...
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