mac
2024-06-05 f054e584e270374829e02e755956d41a8982f64d
app/src/main/java/com/hdl/photovoltaic/other/HdlResidenceLogic.java
@@ -887,7 +887,7 @@
        //重新创建住宅文件夹
        HdlFileLogic.getInstance().createDirectory();
        //进去住宅详情搜索一下逆变器列表,目的是建立通讯通道;
        HdlDeviceLogic.getInstance().searchCurrentHomeGateway(null);
        HdlDeviceLogic.getInstance().searchCurrentHomeGateway(houseIdBean.getHomeId(),null);
    }