修复上级点播时如果推流信息中mediaServerID错误的情况

This commit is contained in:
648540858
2023-06-26 19:06:14 +08:00
parent 8cf5b65e38
commit 724963324a
5 changed files with 14 additions and 16 deletions

View File

@@ -101,6 +101,7 @@ public class PlatformServiceImpl implements IPlatformService {
// 行政区划默认去编号的前6位
parentPlatform.setAdministrativeDivision(parentPlatform.getServerGBId().substring(0,6));
}
parentPlatform.setTreeType("CivilCode");
parentPlatform.setCatalogId(parentPlatform.getDeviceGBId());
int result = platformMapper.addParentPlatform(parentPlatform);
// 添加缓存