mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-06-15 16:17:48 +08:00
[集群-自动切换过国标级联] 修复BUG
This commit is contained in:
parent
d4f9d51aee
commit
5db9033372
@ -251,6 +251,7 @@ public class PlatformServiceImpl implements IPlatformService {
|
|||||||
// 每次发送目录的数量默认为1
|
// 每次发送目录的数量默认为1
|
||||||
platform.setCatalogGroup(1);
|
platform.setCatalogGroup(1);
|
||||||
}
|
}
|
||||||
|
platform.setServerId(userSetting.getServerId());
|
||||||
int result = platformMapper.add(platform);
|
int result = platformMapper.add(platform);
|
||||||
// 添加缓存
|
// 添加缓存
|
||||||
PlatformCatch platformCatch = new PlatformCatch();
|
PlatformCatch platformCatch = new PlatformCatch();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user