吉安感知网项目-后端
xiebin
2026-01-17 dfa682b32aa71de8a762daae2986cf53fdf5735a
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);
   }