From 3b7a44351f3c961812ffa837302518646eae5b0d Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期二, 15 四月 2025 17:14:24 +0800 Subject: [PATCH] 2025年04月15日17:05:13 --- app/src/main/java/com/hdl/photovoltaic/ui/test/TestMainActivity.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/com/hdl/photovoltaic/ui/test/TestMainActivity.java b/app/src/main/java/com/hdl/photovoltaic/ui/test/TestMainActivity.java index d5db2d9..aac8512 100644 --- a/app/src/main/java/com/hdl/photovoltaic/ui/test/TestMainActivity.java +++ b/app/src/main/java/com/hdl/photovoltaic/ui/test/TestMainActivity.java @@ -183,7 +183,7 @@ return; } showLoading(); - List<GatewayBean> gatewayBeanList = HdlDeviceLogic.getInstance().getCurrentHomeGatewayList(this.mHomeId); + List<GatewayBean> gatewayBeanList = HdlDeviceLogic.getInstance().getCurrentHomeGatewayList(this.mHomeId,null); gsonConvertJsonStr(gatewayBeanList); } break; @@ -512,7 +512,7 @@ * 閫夋嫨閫嗗彉鍣ㄨ皟璇� */ public void selectDevice() { - List<GatewayBean> list = HdlDeviceLogic.getInstance().getCurrentHomeGatewayList(this.mHomeId); + List<GatewayBean> list = HdlDeviceLogic.getInstance().getCurrentHomeGatewayList(this.mHomeId,null); DialogDeviceList dialogDeviceList = new DialogDeviceList(_mActivity, list); dialogDeviceList.show(); dialogDeviceList.DeviceOnclickListener(new DialogDeviceList.OnclickListener() { -- Gitblit v1.8.0