修复国标级联目录结构查询异常

2.7.1
648540858 2024-10-22 15:09:50 +08:00
parent ff4d251eac
commit 6dbc6957b1
1 changed files with 0 additions and 4 deletions

View File

@ -411,10 +411,6 @@ public class PlatformController {
// parentId = platform.getDeviceGBId();
// }
if (platformId.equals(platform.getDeviceGBId())) {
parentId = null;
}
return storager.getChildrenCatalogByPlatform(platformId, parentId);
}