Merge branch 'wvp-28181-2.0' into database-structure-optimization

结构优化
648540858 2023-09-06 16:37:59 +08:00
commit 33debb002a
1 changed files with 3 additions and 0 deletions

View File

@ -514,6 +514,9 @@ public class DeviceServiceImpl implements IDeviceService {
if (!ObjectUtils.isEmpty(device.getPassword())) {
deviceInStore.setPassword(device.getPassword());
}
if (!ObjectUtils.isEmpty(device.getStreamMode())) {
deviceInStore.setStreamMode(device.getStreamMode());
}
// 目录订阅相关的信息