648540858
2023-04-03 f89ef3abf4f3210a6f768cc47644a99fee1a46f6
src/main/java/com/genersoft/iot/vmp/gb28181/transmit/event/request/impl/message/notify/cmd/KeepaliveNotifyMessageHandler.java
@@ -88,7 +88,7 @@
            // 对于已经离线的设备判断他的注册是否已经过期
            if (!deviceService.expire(device)){
                device.setOnline(0);
                deviceService.online(device);
                deviceService.online(device, null);
            }
        }
        // 刷新过期任务