| | |
| | | String regionName = byCode.getName(); |
| | | fwDevice.setRegionName(regionName); |
| | | fwDevice.setCurrentDeptId(AuthUtil.getDeptId()); |
| | | return fwDeviceService.selectCockpitDevicePage(page, fwDevice); |
| | | IPage<CockpitFwDeviceVO> cockpitFwDeviceVOIPage = fwDeviceService.selectCockpitDevicePage(page, fwDevice); |
| | | return cockpitFwDeviceVOIPage; |
| | | } |
| | | |
| | | @Override |
| | |
| | | alarmStatisticsVO.setRealTimeAlarmCount(alarmStatistics.getRealTimeAlarmCount()); |
| | | return alarmStatisticsVO; |
| | | } |
| | | |
| | | /** |
| | | * |
| | | * @param effectiveRangeKmIsNotNull |
| | | * @return |
| | | */ |
| | | @Override |
| | | public List<DeviceStatisticsVO> getDeviceOutStatistics(String effectiveRangeKmIsNotNull) { |
| | | return fwDeviceService.getDeviceOutStatistics(effectiveRangeKmIsNotNull); |
| | | } |
| | | } |