吉安感知网项目-后端
linwei
2026-02-03 4a6c8a672dc22fe730c0d891eb42b31f2f06f713
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);
   /**
    * 根据多边形查询设备列表