吉安感知网项目-后端
xiebin
2026-01-28 74756c657109a4e48dd6c0b4d8959cdab89b33a9
drone-service/drone-fw/src/main/java/org/sxkj/fw/device/mapper/FwDeviceMapper.java
@@ -55,7 +55,7 @@
    * @return
    */
   List<FwDeviceEntity> selectFwDeviceList(@Param("isAreaSelect") Integer isAreaSelect, @Param("areaId") Long areaId,
      @Param("status") Integer status);
      @Param("status") Integer status, @Param("isTrack") Integer isTrack);
   /**
@@ -69,31 +69,31 @@
    * 设备统计 - 驾驶舱使用
    * @return 统计数据
    */
   List<DeviceStatisticsVO> statisticalDeviceType();
   List<DeviceStatisticsVO> statisticalDeviceType(List<Long> deptList);
   /**
    * 设备统计 - 按类型统计
    * @return 统计数据
    */
   List<DeviceTypeStatisticsVO> getDeviceTypeStatistics();
   List<DeviceTypeStatisticsVO> getDeviceTypeStatistics(List<Long> deptList);
   /**
    * 设备出库去向统计
    * @return 统计数据
    */
   List<DeviceStatisticsVO> getDeviceOutStatistics(String effectiveRangeKmIsNotNull);
   List<DeviceStatisticsVO> getDeviceOutStatistics(String effectiveRangeKmIsNotNull,List<Long> deptList);
   /**
    * 设备生产厂商统计
    * @return 统计数据
    */
   List<DeviceStatisticsVO> getDeviceManufacturerStatistics();
   List<DeviceStatisticsVO> getDeviceManufacturerStatistics(List<Long> deptList);
   /**
    * 告警统计
    * @return
    */
   AlarmStatisticsVO statisticalDeviceAtt();
   AlarmStatisticsVO statisticalDeviceAtt(List<Long> deptList);
   /**
    * 获取设备列表