sean.zhou
2022-07-22 9b2eedb85d53ca32610c32c6e50b5230ab3b16cf
src/main/java/com/dji/sample/manage/service/impl/TopologyServiceImpl.java
@@ -31,7 +31,7 @@
        List<DeviceDTO> gatewayList = deviceService.getDevicesByParams(
                DeviceQueryParam.builder()
                        .workspaceId(workspaceId)
                        .domain(DeviceDomainEnum.GATEWAY.getVal())
                        .domains(List.of(DeviceDomainEnum.GATEWAY.getVal()))
                        .build());
        List<TopologyDTO> topologyList = new ArrayList<>();