wjc
16 小时以前 0287b5d20f7d57f5352248175733b99d5a99959b
app/src/main/java/com/hdl/photovoltaic/ui/powerstation/HouseAndDeviceFragment.java
@@ -346,8 +346,11 @@
                                        houseIdBean.setDebugStatus(DebugStatus.Debugging);
                                        HdlResidenceLogic.getInstance().updateHouseIdBean(houseIdBean);
                                        initData();
                                        if (houseInfoAdapter != null) {
                                            houseInfoAdapter.setList(houseListBeanIDList, powerStationStatusValue);//重新刷新列表
                                        }
                                        //更新UI
                                        houseInfoAdapter.notifyItemChanged(position);
//                                        houseInfoAdapter.notifyItemChanged(position);
                                    }
                                }
@@ -1059,8 +1062,8 @@
    public void requestPermissions(OnCallBeak onCallBeak) {
        //ACCESS_FINE_LOCATION   允许使用GPS定位
        //ACCESS_COARSE_LOCATION   允许使用WIFI热点或基站来获取粗略的定位
        //ACCESS_FINE_LOCATION    允许使用GPS定位
        //ACCESS_COARSE_LOCATION    允许使用WIFI热点或基站来获取粗略的定位
        String[] ary = PermissionUtils.checkPermission(_mActivity, new String[]{Manifest.permission.ACCESS_FINE_LOCATION, Manifest.permission.ACCESS_COARSE_LOCATION});
        if (ary.length > 0) {
            this.requestPermissions(ary, PermissionUtils.STATUS_SUCCESS);
@@ -1250,4 +1253,4 @@
    }
}
}