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
4bca3477
Commit
4bca3477
authored
Oct 20, 2023
by
wujiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改状态优先级
parent
79dcf287
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
8 deletions
+14
-8
MonitorFanIndicatorImpl.java
...odule/jxiop/biz/service/impl/MonitorFanIndicatorImpl.java
+14
-8
No files found.
amos-boot-system-jxiop/amos-boot-module-jxiop-monitor-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/MonitorFanIndicatorImpl.java
View file @
4bca3477
...
@@ -408,26 +408,32 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator {
...
@@ -408,26 +408,32 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator {
if
(
Boolean
.
TRUE
.
toString
().
equalsIgnoreCase
(
elecStatus
)&&
"8.0"
.
equals
(
fanStatus
)&&
power
>
0
&&!
isWarn
)
if
(
Boolean
.
TRUE
.
toString
().
equalsIgnoreCase
(
elecStatus
)&&
"8.0"
.
equals
(
fanStatus
)&&
power
>
0
&&!
isWarn
)
{
{
equipMap
.
put
(
entry
.
getKey
(),
"正常运行"
);
equipMap
.
put
(
entry
.
getKey
(),
"正常运行"
);
}
else
if
(
Boolean
.
TRUE
.
toString
().
equalsIgnoreCase
(
warnStatus
))
{
equipMap
.
put
(
entry
.
getKey
(),
"报警运行"
);
}
}
else
if
(
"9.0"
.
equals
(
fault22
))
else
if
(
"9.0"
.
equals
(
fault22
))
{
{
equipMap
.
put
(
entry
.
getKey
(),
"限功率"
);
equipMap
.
put
(
entry
.
getKey
(),
"限功率"
);
}
else
if
(
Boolean
.
TRUE
.
toString
().
equalsIgnoreCase
(
standbyStatus
)&&
"3.0"
.
equals
(
fanStatus
))
}
else
if
(
Boolean
.
TRUE
.
toString
().
equalsIgnoreCase
(
warnStatus
))
{
equipMap
.
put
(
entry
.
getKey
(),
"报警运行"
);
}
else
if
(
Boolean
.
TRUE
.
toString
().
equalsIgnoreCase
(
standbyStatus
)&&
"3.0"
.
equals
(
fanStatus
))
{
{
equipMap
.
put
(
entry
.
getKey
(),
"待机状态"
);
equipMap
.
put
(
entry
.
getKey
(),
"待机状态"
);
}
else
if
(
Boolean
.
TRUE
.
toString
().
equalsIgnoreCase
(
stopStatus
)&&
"1.0"
.
equals
(
fanStatus
))
}
else
if
(
Boolean
.
TRUE
.
toString
().
equalsIgnoreCase
(
stopStatus
)&&
"1.0"
.
equals
(
fanStatus
))
{
{
equipMap
.
put
(
entry
.
getKey
(),
"停机状态"
);
equipMap
.
put
(
entry
.
getKey
(),
"停机状态"
);
}
else
if
(
Boolean
.
TRUE
.
toString
().
equalsIgnoreCase
(
stopStatus
)&&
Boolean
.
TRUE
.
toString
().
equalsIgnoreCase
(
faultStatus
))
}
else
if
(
Boolean
.
TRUE
.
toString
().
equalsIgnoreCase
(
stopStatus
)&&
Boolean
.
TRUE
.
toString
().
equalsIgnoreCase
(
faultStatus
))
{
{
equipMap
.
put
(
entry
.
getKey
(),
"故障状态"
);
equipMap
.
put
(
entry
.
getKey
(),
"故障状态"
);
}
else
if
(
Boolean
.
TRUE
.
toString
().
equalsIgnoreCase
(
mainStatus
)&&
"2.0"
.
equals
(
fanStatus
))
}
else
if
(
Boolean
.
TRUE
.
toString
().
equalsIgnoreCase
(
mainStatus
)&&
"2.0"
.
equals
(
fanStatus
))
{
{
equipMap
.
put
(
entry
.
getKey
(),
"维护状态"
);
equipMap
.
put
(
entry
.
getKey
(),
"维护状态"
);
}
else
if
(
fdjSpeed
>
0
&&
min
!=
null
&&
min
>=
10
)
}
else
if
(
fdjSpeed
>
0
&&
min
!=
null
&&
min
>=
10
)
{
{
equipMap
.
put
(
entry
.
getKey
(),
"通讯中断"
);
equipMap
.
put
(
entry
.
getKey
(),
"通讯中断"
);
}
}
...
...
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