Merge branch '2.7.1' into 2.7.1-t

2.7.1
648540858 2024-10-22 15:10:10 +08:00
commit c2958d1fec
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);
}