吉安感知网项目-后端
linwei
2026-01-29 ba12d5d8e844146c334223ef5939a51c8e5d76ca
drone-service/drone-fw/src/main/java/org/sxkj/fw/device/service/IFwDeviceService.java
@@ -89,7 +89,7 @@
    * 设备类型统计
    * @return
    */
   List<DeviceStatisticsVO> statisticalDeviceType(List<Long> deptList, String currentDeptId);
   List<DeviceStatisticsVO> statisticalDeviceType(String regionName, String currentDeptId);
   /**
    * 设备统计 - 按类型统计
@@ -113,7 +113,7 @@
    * 设备报警统计
    * @return
    */
   AlarmStatisticsVO statisticalDeviceAtt(List<Long> deptList, String currentDeptId);
   AlarmStatisticsVO statisticalDeviceAtt(String regionName, String currentDeptId);
   /**
    * 驾驶舱获取设备列表
@@ -154,4 +154,10 @@
    * @return 是否更新成功
    */
   boolean updateTrackStatusByDeviceId(Long deviceId, Integer trackStatus);
   /**
    * 查询非本部门区域的设备
    * @return 设备列表
    */
   List<FwDeviceVO> getNonDeptAreaDevices();
}