Commit 14a2645e authored by KeYong's avatar KeYong

修改火警触发预案

parent 6aebe783
......@@ -361,7 +361,9 @@ public class HandlerMqttMessageImpl implements IEquipmentHandlerService {
PlanDetailVo planDetailVo = planDetailMapper.getPlanDetailByEquipmentId(equipment.getId());
//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();
log.info("isOnLine===" + isOnLine);
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