| | |
| | | } |
| | | |
| | | @Override |
| | | public List<DeviceStatisticsVO> getDeviceOutStatistics() { |
| | | return baseMapper.getDeviceOutStatistics(); |
| | | public List<DeviceStatisticsVO> getDeviceOutStatistics(String effectiveRangeKmIsNotNull) { |
| | | return baseMapper.getDeviceOutStatistics(effectiveRangeKmIsNotNull); |
| | | } |
| | | |
| | | @Override |
| | |
| | | public Map<Long, String> selectSceneNameByDeviceIds(List<Long> deviceIds) { |
| | | return fwAreaDivideService.selectSceneNameByDeviceIds(deviceIds); |
| | | } |
| | | |
| | | @Override |
| | | public boolean existsAreaBindByDeviceId(Long deviceId) { |
| | | return fwAreaDivideService.existsAreaByDeviceId(deviceId); |
| | | } |
| | | } |