修复二级目录添加失败的问题
This commit is contained in:
parent
5e4a673ecc
commit
97d4599390
@ -708,7 +708,7 @@ public class VideoManagerStorageImpl implements IVideoManagerStorage {
|
||||
platformCatalog.setParentId(platform.getDeviceGBId());
|
||||
}else {
|
||||
// 获取顶层的
|
||||
PlatformCatalog topCatalog = getTopCatalog(platformCatalog.getParentId(), platformCatalog.getPlatformId());
|
||||
PlatformCatalog topCatalog = getTopCatalog(platformCatalog.getParentId(), platform.getDeviceGBId());
|
||||
platformCatalog.setBusinessGroupId(topCatalog.getId());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user