吉安感知网项目-后端
rain
2026-02-03 74b5d54c1cf5dc585a2fe135f4ce4dd2b374b4dd
drone-service/drone-fw/src/main/java/org/sxkj/fw/device/service/IFwDeviceService.java
@@ -63,10 +63,11 @@
    *
    * @param isAreaSelect 是否过滤区域
    * @param areaId 设备被关联区域id
    * @param areaIds 设备被关联区域id集合
    * @param status 设备状态
    * @return
    */
   List<FwDeviceEntity> selectFwDeviceList(Integer isAreaSelect, Long areaId, Integer status, Integer isTrack);
   List<FwDeviceEntity> selectFwDeviceList(Integer isAreaSelect, Long areaId, List<Long> areaIds, Integer status, Integer isTrack);
   /**
    * 根据多边形查询设备列表