screen-manage/src/main/java/com/moral/api/service/impl/DeviceServiceImpl.java
@@ -394,14 +394,13 @@ //国控站点 Map<String, Object> govMpInfo = new LinkedHashMap<>(); govMpInfo.put("guid", null); govMpInfo.put("name", null); if (device.getGovMonitorPoint() != null) { GovMonitorPoint govMonitorPoint = device.getGovMonitorPoint(); if (govMonitorPoint != null) { govMpInfo.put("guid", device.getGovMonitorPoint().getGuid()); govMpInfo.put("name", device.getGovMonitorPoint().getName()); } deviceInfo.put("govMonitorPoint", govMpInfo); setDeviceInfoToRedis(mac, deviceInfo); return deviceInfo; }