mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-25 06:27:50 +08:00
修复二级目录添加失败的问题
This commit is contained in:
parent
5e4a673ecc
commit
97d4599390
@ -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