吉安感知网项目-后端
xiebin
2026-01-28 74756c657109a4e48dd6c0b4d8959cdab89b33a9
drone-service/drone-fw/src/main/java/org/sxkj/fw/device/service/IFwDeviceService.java
@@ -65,7 +65,7 @@
    * @param status 设备状态
    * @return
    */
   List<FwDeviceEntity> selectFwDeviceList(Integer isAreaSelect, Long areaId, Integer status);
   List<FwDeviceEntity> selectFwDeviceList(Integer isAreaSelect, Long areaId, Integer status, Integer isTrack);
   /**
@@ -80,7 +80,7 @@
    * 设备类型统计
    * @return
    */
   List<DeviceStatisticsVO> statisticalDeviceType();
   List<DeviceStatisticsVO> statisticalDeviceType(List<Long> deptList);
   /**
    * 设备统计 - 按类型统计
@@ -104,7 +104,7 @@
    * 设备报警统计
    * @return
    */
   AlarmStatisticsVO statisticalDeviceAtt();
   AlarmStatisticsVO statisticalDeviceAtt(List<Long> deptList);
   /**
    * 驾驶舱获取设备列表