| | |
| | | * 设备统计 - 驾驶舱使用 |
| | | * @return 统计数据 |
| | | */ |
| | | List<DeviceStatisticsVO> statisticalDeviceType(List<Long> deptList); |
| | | List<DeviceStatisticsVO> statisticalDeviceType(List<Long> deptList, String currentDeptId); |
| | | |
| | | /** |
| | | * 设备统计 - 按类型统计 |
| | |
| | | * 告警统计 |
| | | * @return |
| | | */ |
| | | AlarmStatisticsVO statisticalDeviceAtt(List<Long> deptList); |
| | | AlarmStatisticsVO statisticalDeviceAtt(List<Long> deptList, String currentDeptId); |
| | | |
| | | /** |
| | | * 获取设备列表 |
| | |
| | | * @return |
| | | */ |
| | | List<CockpitFwDeviceVO> selectCockpitDevicePage(IPage<CockpitFwDeviceVO> page, FwDeviceDTO fwDevice); |
| | | |
| | | /** |
| | | * 按设备ID更新出入库状态 |
| | | * |
| | | * @param deviceId 设备ID |
| | | * @param trackStatus 出入库状态 |
| | | * @return 影响行数 |
| | | */ |
| | | int updateTrackStatusByDeviceId(@Param("deviceId") Long deviceId, @Param("trackStatus") Integer trackStatus); |
| | | } |