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