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
52098b47
Commit
52098b47
authored
Feb 09, 2023
by
KeYong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
c6a2c3ab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
EmergencyServiceImpl.java
...eejoin/equipmanage/service/impl/EmergencyServiceImpl.java
+2
-2
No files found.
amos-boot-module/amos-boot-module-biz/amos-boot-module-equip-biz/src/main/java/com/yeejoin/equipmanage/service/impl/EmergencyServiceImpl.java
View file @
52098b47
...
...
@@ -282,7 +282,7 @@ public class EmergencyServiceImpl implements IEmergencyService {
HashMap
<
String
,
Object
>
isFaultMap
=
new
HashMap
<>();
isFaultMap
.
put
(
"key"
,
1
);
isFaultMap
.
put
(
"code"
,
1
);
isFaultMap
.
put
(
"name"
,
"稳压泵是否
有
故障"
);
isFaultMap
.
put
(
"name"
,
"稳压泵是否故障"
);
isFaultMap
.
put
(
"value"
,
CollectionUtils
.
isEmpty
(
alarmLogList
)
?
"无"
:
"有"
);
isFaultMap
.
put
(
"unit"
,
""
);
list
.
add
(
isFaultMap
);
...
...
@@ -290,7 +290,7 @@ public class EmergencyServiceImpl implements IEmergencyService {
HashMap
<
String
,
Object
>
intervalMap
=
new
HashMap
<>();
intervalMap
.
put
(
"key"
,
2
);
intervalMap
.
put
(
"code"
,
2
);
intervalMap
.
put
(
"name"
,
"最近一次启
动
间隔"
);
intervalMap
.
put
(
"name"
,
"最近一次启
停
间隔"
);
intervalMap
.
put
(
"unit"
,
"分钟"
);
// 3. 最近一次启动时长
HashMap
<
String
,
Object
>
durationlMap
=
new
HashMap
<>();
...
...
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