src/main/java/com/genersoft/iot/vmp/gb28181/transmit/event/request/impl/message/response/cmd/DeviceStatusResponseMessageHandler.java
@@ -59,7 +59,7 @@ } // 回复200 OK try { responseAck(evt, Response.OK); responseAck(getServerTransaction(evt), Response.OK); } catch (SipException e) { e.printStackTrace(); } catch (InvalidArgumentException e) { @@ -76,7 +76,7 @@ logger.debug(json.toJSONString()); } String text = onlineElement.getText(); if (Objects.equals(text.trim().toUpperCase(), "ONLINE")) { if ("ONLINE".equalsIgnoreCase(text.trim())) { deviceService.online(device); }else { deviceService.offline(device.getDeviceId());