修复二级目录添加失败的问题
This commit is contained in:
parent
0d2d73117e
commit
cbab9c9be1
@ -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());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user