From 40ece192fe8b7c2df8599a71daeda422083c5a47 Mon Sep 17 00:00:00 2001 From: gaofw189 <gaofw189@chinatelecom.cn> Date: 星期五, 03 二月 2023 14:35:44 +0800 Subject: [PATCH] 修复WVP作为下级平台接收设备告警消息后上报上级平台的问题 --- src/main/java/com/genersoft/iot/vmp/gb28181/bean/ParentPlatformCatch.java | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/genersoft/iot/vmp/gb28181/bean/ParentPlatformCatch.java b/src/main/java/com/genersoft/iot/vmp/gb28181/bean/ParentPlatformCatch.java index 6c429f2..a53d26e 100644 --- a/src/main/java/com/genersoft/iot/vmp/gb28181/bean/ParentPlatformCatch.java +++ b/src/main/java/com/genersoft/iot/vmp/gb28181/bean/ParentPlatformCatch.java @@ -4,7 +4,9 @@ private String id; - // 蹇冭烦鏈洖澶嶆鏁� + /** + * 蹇冭烦鏈洖澶嶆鏁� + */ private int keepAliveReply; // 娉ㄥ唽鏈洖澶嶆鏁� -- Gitblit v1.8.0