drone-service/drone-fw/src/main/java/org/sxkj/fw/device/service/impl/FwDeviceServiceImpl.java
@@ -53,8 +53,8 @@ } @Override public List<FwDeviceEntity> selectFwDeviceList(Integer isAreaSelect, Long areaId) { return baseMapper.selectFwDeviceList(isAreaSelect, areaId); public List<FwDeviceEntity> selectFwDeviceList(Integer isAreaSelect, Long areaId, Integer status) { return baseMapper.selectFwDeviceList(isAreaSelect, areaId, status); }