| | |
| | | * @param areaId |
| | | * @return |
| | | */ |
| | | List<FwDeviceEntity> selectFwDeviceList(@Param("isAreaSelect") Integer isAreaSelect, @Param("areaId") Long areaId); |
| | | List<FwDeviceEntity> selectFwDeviceList(@Param("isAreaSelect") Integer isAreaSelect, @Param("areaId") Long areaId, |
| | | @Param("status") Integer status, @Param("isTrack") Integer isTrack); |
| | | |
| | | |
| | | /** |
| | |
| | | * 设备出库去向统计 |
| | | * @return 统计数据 |
| | | */ |
| | | List<DeviceStatisticsVO> getDeviceOutStatistics(); |
| | | List<DeviceStatisticsVO> getDeviceOutStatistics(String effectiveRangeKmIsNotNull); |
| | | |
| | | /** |
| | | * 设备生产厂商统计 |