| | |
| | | * |
| | | * @param isAreaSelect |
| | | * @param areaId |
| | | * @param areaIds |
| | | * @return |
| | | */ |
| | | List<FwDeviceEntity> selectFwDeviceList(@Param("isAreaSelect") Integer isAreaSelect, @Param("areaId") Long areaId, |
| | | @Param("status") Integer status, @Param("isTrack") Integer isTrack); |
| | | @Param("areaIds") List<Long> areaIds, @Param("status") Integer status, @Param("isTrack") Integer isTrack); |
| | | |
| | | /** |
| | | * 根据多边形查询设备列表 |
| | |
| | | * 设备生产厂商统计 |
| | | * @return 统计数据 |
| | | */ |
| | | List<DeviceStatisticsVO> getDeviceManufacturerStatistics(List<Long> deptList); |
| | | List<DeviceStatisticsVO> getDeviceManufacturerStatistics(List<Long> deptList, String currentDeptId); |
| | | |
| | | /** |
| | | * 告警统计 |