设备编辑增加收流IP

This commit is contained in:
648540858
2022-10-25 10:17:59 +08:00
parent 958474c646
commit 0f0ece2401
7 changed files with 52 additions and 10 deletions

View File

@@ -600,6 +600,7 @@ public class DeviceServiceImpl implements IDeviceService {
if (!deviceInStore.getGeoCoordSys().equals(device.getGeoCoordSys())) {
updateDeviceChannelGeoCoordSys(device);
}
// 更新redis
deviceMapper.updateCustom(device);
}