| | |
| | | * 设备统计 - 按类型统计 |
| | | * @return 统计数据 |
| | | */ |
| | | List<DeviceTypeStatisticsVO> getDeviceTypeStatistics(List<Long> deptList); |
| | | List<DeviceTypeStatisticsVO> getDeviceTypeStatistics(List<Long> deptList,String currentDeptId); |
| | | |
| | | /** |
| | | * 设备出库去向统计 |
| | | * @return 统计数据 |
| | | */ |
| | | List<DeviceStatisticsVO> getDeviceOutStatistics(String effectiveRangeKmIsNotNull,List<Long> deptList); |
| | | List<DeviceStatisticsVO> getDeviceOutStatistics(String effectiveRangeKmIsNotNull,List<Long> deptList,String currentDeptId); |
| | | |
| | | /** |
| | | * 设备生产厂商统计 |
| | |
| | | * @param trackStatus 出入库状态 |
| | | * @return 影响行数 |
| | | */ |
| | | int updateTrackStatusByDeviceId(@Param("deviceId") Long deviceId, @Param("trackStatus") Integer trackStatus); |
| | | int updateTrackStatusByDeviceId(@Param("deviceId") Long deviceId, @Param("trackStatus") Integer trackStatus, @Param("outTarget") String outTarget); |
| | | |
| | | /** |
| | | * 查询非本部门区域的设备 |