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
6dc0d3c1
Commit
6dc0d3c1
authored
Oct 21, 2024
by
张森
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
站端设备平台v5>消防告警列表>健康诊断告警,稳压泵单小时“启动”次数超过15次生成预警,不是启停次数
parent
2c3bf1ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
MqttReceiveServiceImpl.java
...join/equipmanage/service/impl/MqttReceiveServiceImpl.java
+1
-1
No files found.
amos-boot-module/amos-boot-module-biz/amos-boot-module-equip-biz/src/main/java/com/yeejoin/equipmanage/service/impl/MqttReceiveServiceImpl.java
View file @
6dc0d3c1
...
@@ -1167,7 +1167,7 @@ public class MqttReceiveServiceImpl implements MqttReceiveService {
...
@@ -1167,7 +1167,7 @@ public class MqttReceiveServiceImpl implements MqttReceiveService {
doWaterStationWarning
(
equipmentSpecificIndex
.
getBizOrgCode
(),
equipmentSpecificIndex
.
getBizOrgName
());
doWaterStationWarning
(
equipmentSpecificIndex
.
getBizOrgCode
(),
equipmentSpecificIndex
.
getBizOrgName
());
}
}
//稳压泵启动次数大于15次触发预警
//稳压泵启动次数大于15次触发预警
if
(
iotDataVO
.
getKey
().
equalsIgnoreCase
(
FHS_PressurePump_Start
))
{
if
(
iotDataVO
.
getKey
().
equalsIgnoreCase
(
FHS_PressurePump_Start
)
&&
"true"
.
equals
(
iotDataVO
.
getValue
().
toString
())
)
{
doPressurePumInfo
(
topicEntity
,
equipmentSpecificIndex
);
doPressurePumInfo
(
topicEntity
,
equipmentSpecificIndex
);
}
}
// 遥测数据生成告警事件、日志处理
// 遥测数据生成告警事件、日志处理
...
...
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