Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YeeAmosFireAutoSysRoot
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
station
YeeAmosFireAutoSysRoot
Commits
14a2645e
Commit
14a2645e
authored
Sep 25, 2024
by
KeYong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改火警触发预案
parent
6aebe783
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
HandlerMqttMessageImpl.java
...mos/fas/business/service/impl/HandlerMqttMessageImpl.java
+3
-1
No files found.
YeeAmosFireAutoSysService/src/main/java/com/yeejoin/amos/fas/business/service/impl/HandlerMqttMessageImpl.java
View file @
14a2645e
...
@@ -361,7 +361,9 @@ public class HandlerMqttMessageImpl implements IEquipmentHandlerService {
...
@@ -361,7 +361,9 @@ public class HandlerMqttMessageImpl implements IEquipmentHandlerService {
PlanDetailVo
planDetailVo
=
planDetailMapper
.
getPlanDetailByEquipmentId
(
equipment
.
getId
());
PlanDetailVo
planDetailVo
=
planDetailMapper
.
getPlanDetailByEquipmentId
(
equipment
.
getId
());
//3d页面打开且存在预案,套用之前数字源码启动逻辑 进行预案的启动
//3d页面打开且存在预案,套用之前数字源码启动逻辑 进行预案的启动
boolean
isOnLine
=
"web"
.
equals
(
integrated3Dtype
)
?
this
.
getOpen3dUser
()
:
true
;
// boolean isOnLine = "web".equals(integrated3Dtype) ? this.getOpen3dUser() : true;
// 此处由于数字预案删除绑定资源同步暂无法存入key导致redis无法取到 KEY_VIEW_3D_PAGE_xxxx的值,进而导致影响预案火灾触发功能,所以此处屏蔽
boolean
isOnLine
=
true
;
//this.getOpen3dUser();
//this.getOpen3dUser();
log
.
info
(
"isOnLine==="
+
isOnLine
);
log
.
info
(
"isOnLine==="
+
isOnLine
);
log
.
info
(
"planDetailVo==="
+
JSONObject
.
toJSONString
(
planDetailVo
));
log
.
info
(
"planDetailVo==="
+
JSONObject
.
toJSONString
(
planDetailVo
));
...
...
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