Commit 6c1313c9 authored by KeYong's avatar KeYong

还原火警信号触发火警逻辑

parent 14a2645e
...@@ -361,9 +361,7 @@ public class HandlerMqttMessageImpl implements IEquipmentHandlerService { ...@@ -361,9 +361,7 @@ 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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment