mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-25 14:37:53 +08:00
Merge branch 'wvp-28181-2.0' into database-structure-optimization
This commit is contained in:
commit
33debb002a
@ -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());
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// 目录订阅相关的信息
|
// 目录订阅相关的信息
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user