修复上级点播时如果推流信息中mediaServerID错误的情况
This commit is contained in:
@@ -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);
|
||||
// 添加缓存
|
||||
|
||||
Reference in New Issue
Block a user