修复二级目录添加失败的问题

pull/353/head^2
648540858 2022-08-02 11:34:56 +08:00
parent 5e4a673ecc
commit 97d4599390
2 changed files with 2 additions and 2 deletions

View File

@ -708,7 +708,7 @@ public class VideoManagerStorageImpl implements IVideoManagerStorage {
platformCatalog.setParentId(platform.getDeviceGBId()); platformCatalog.setParentId(platform.getDeviceGBId());
}else { }else {
// 获取顶层的 // 获取顶层的
PlatformCatalog topCatalog = getTopCatalog(platformCatalog.getParentId(), platformCatalog.getPlatformId()); PlatformCatalog topCatalog = getTopCatalog(platformCatalog.getParentId(), platform.getDeviceGBId());
platformCatalog.setBusinessGroupId(topCatalog.getId()); platformCatalog.setBusinessGroupId(topCatalog.getId());
} }
} }