BUGFIX:向下级目录关联通道时,出现“未查询到目录xxx的信息"
This commit is contained in:
@@ -134,7 +134,7 @@ public class PlatformChannelServiceImpl implements IPlatformChannelService {
|
|||||||
deviceChannelList.add(deviceChannel);
|
deviceChannelList.add(deviceChannel);
|
||||||
}
|
}
|
||||||
return deviceChannelList;
|
return deviceChannelList;
|
||||||
} else if (catalog == null || !catalogId.equals(platform.getDeviceGBId())) {
|
} else if (catalog == null && !catalogId.equals(platform.getDeviceGBId())) {
|
||||||
logger.warn("未查询到目录{}的信息", catalogId);
|
logger.warn("未查询到目录{}的信息", catalogId);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user