|
@@ -123,7 +123,7 @@ public class DhServiceImpl implements IDhService {
|
|
|
String id = sysConfigService.selectConfigByKey("dh.device.orgId");
|
|
|
param.put("id", id);
|
|
|
param.put("nodeType", 1);
|
|
|
- param.put("typeCode", "01;1;ALL");
|
|
|
+ param.put("typeCode", "01;0;ALL;ALL");
|
|
|
param.put("page", 1);
|
|
|
param.put("pageSize", 100);
|
|
|
String get = HttpRequest.get(dhDeviceTreeUrl)
|