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); /** * 根据多边形查询设备列表