修复修改流传输模式
This commit is contained in:
@@ -514,6 +514,9 @@ public class DeviceServiceImpl implements IDeviceService {
|
|||||||
if (!ObjectUtils.isEmpty(device.getPassword())) {
|
if (!ObjectUtils.isEmpty(device.getPassword())) {
|
||||||
deviceInStore.setPassword(device.getPassword());
|
deviceInStore.setPassword(device.getPassword());
|
||||||
}
|
}
|
||||||
|
if (!ObjectUtils.isEmpty(device.getStreamMode())) {
|
||||||
|
deviceInStore.setStreamMode(device.getStreamMode());
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// 目录订阅相关的信息
|
// 目录订阅相关的信息
|
||||||
|
|||||||
Reference in New Issue
Block a user