src/main/java/com/genersoft/iot/vmp/service/impl/DeviceServiceImpl.java
@@ -566,6 +566,9 @@ if (!ObjectUtils.isEmpty(device.getMediaServerId())) { deviceInStore.setMediaServerId(device.getMediaServerId()); } deviceInStore.setSdpIp(device.getSdpIp()); deviceInStore.setCharset(device.getCharset()); deviceInStore.setTreeType(device.getTreeType()); // 目录订阅相关的信息 if (device.getSubscribeCycleForCatalog() > 0) { @@ -601,6 +604,7 @@ updateDeviceChannelGeoCoordSys(device); } // 更新redis redisCatchStorage.updateDevice(device); deviceMapper.updateCustom(device); }