app/src/main/java/com/hdl/photovoltaic/other/HdlResidenceLogic.java
@@ -78,10 +78,10 @@ } public void clearHouseList() { if (houseInfoList == null) { return; if (mHouseIdList != null && mHouseIdList.size() > 0) { mHouseIdList.clear(); } if (houseInfoList.size() > 0) { if (houseInfoList != null && houseInfoList.size() > 0) { houseInfoList.clear(); } } @@ -580,6 +580,7 @@ }); } /** * 电站状态概览(安装商) */