Commit 48a46e91 authored by wanghao's avatar wanghao

1 定时任务巡检后更新设备状态

parent b1ff2498
......@@ -50,7 +50,6 @@ public class TEquipmentInfoServiceImpl implements ITEquipmentInfoService
@Override
public List<TEquipmentInfo> getAllEquipmentList() {
return tEquipmentInfoMapper.selectTEquipmentInfoList(null);
}
......@@ -98,7 +97,8 @@ public class TEquipmentInfoServiceImpl implements ITEquipmentInfoService
*/
@Override
public int batchUpdate(List<TEquipmentInfo> equipmentInfos) {
return 0;
return tEquipmentInfoMapper.batchUpdate(equipmentInfos);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment