| | |
| | | * 设备类型统计 |
| | | * @return |
| | | */ |
| | | List<DeviceStatisticsVO> statisticalDeviceType(List<Long> deptList, String currentDeptId); |
| | | List<DeviceStatisticsVO> statisticalDeviceType(String regionName, String currentDeptId); |
| | | |
| | | /** |
| | | * 设备统计 - 按类型统计 |
| | |
| | | * 设备报警统计 |
| | | * @return |
| | | */ |
| | | AlarmStatisticsVO statisticalDeviceAtt(List<Long> deptList, String currentDeptId); |
| | | AlarmStatisticsVO statisticalDeviceAtt(String regionName, String currentDeptId); |
| | | |
| | | /** |
| | | * 驾驶舱获取设备列表 |
| | |
| | | * @return 是否更新成功 |
| | | */ |
| | | boolean updateTrackStatusByDeviceId(Long deviceId, Integer trackStatus); |
| | | |
| | | /** |
| | | * 查询非本部门区域的设备 |
| | | * @return 设备列表 |
| | | */ |
| | | List<FwDeviceVO> getNonDeptAreaDevices(); |
| | | } |