修改代码

This commit is contained in:
孙小云 2026-01-17 16:02:03 +08:00
parent 5fc82d4bc3
commit a99053e108
1 changed files with 0 additions and 4 deletions

View File

@ -247,15 +247,11 @@ public class ThingsBoardDomainImpl implements IThingsBoardDomain {
try {
// 调用 findInfoByFrom 查询从网关出发的关系信息
// 对应前端 API: GET /api/relations/info?fromId=xxx&fromType=DEVICE&relationTypeGroup=COMMON
log.info("--------------------------" + gatewayDeviceId);
EntityId gatewayId = new EntityId() {
@Override
public UUID getId() {
return UUID.fromString(gatewayDeviceId);
}
@Override
public EntityType getEntityType() {
return EntityType.DEVICE;