app/src/main/java/com/hdl/photovoltaic/other/HdlDeviceLogic.java
@@ -82,14 +82,14 @@ } /** * 获取当前住宅的【主】逆变器列表 * 获取当前住宅的【主】逆变器 */ public GatewayBean getCurrentHomeMainGateway() { return queryCurrentHomeMainGateway(this.getCurrentHomeGatewayList()); } /** * 查询当前住宅的【主】逆变器列表 * 查询当前住宅的【主】逆变器 */ public GatewayBean queryCurrentHomeMainGateway(List<GatewayBean> list) { if (list == null || list.size() == 0) {