修改有关于设备相关的接口,入参参数更改
This commit is contained in:
@@ -73,7 +73,7 @@ public class BindDeviceFragment extends BaseFragment<PlanBindDeviceLayoutBinding
|
||||
for(WaterDeviceEntity.DeviceListBean bean : mDeviceList){
|
||||
if(bean.getStatus().equals("1")){
|
||||
isSelected = true;
|
||||
selected.add(bean.getId());
|
||||
selected.add(bean.getDeviceNo());
|
||||
}
|
||||
}
|
||||
if(!isSelected){
|
||||
|
||||
Reference in New Issue
Block a user