Merge branch '2.7.1' into 2.7.1-t

This commit is contained in:
648540858 2024-10-22 15:10:10 +08:00
commit c2958d1fec

View File

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