| | |
| | | |
| | | @Override |
| | | @DataScope(deptAlias = "d",userAlias = "u") |
| | | public Map<String, String> getVideoCount(TMonitor tMonitor) { |
| | | public Map<String, String> getVideoCount(TMonitorVO tMonitor) { |
| | | return tMonitorMapper.getVideoCount(tMonitor); |
| | | } |
| | | |
| | | @Override |
| | | public Map<String, String> recoveryException() { |
| | | @DataScope(deptAlias = "d",userAlias = "u") |
| | | public Map<String, String> recoveryException(TMonitorVO monitor) { |
| | | String time = configService.selectConfigByKey("abnormal.equipment.continuous.attention.time"); |
| | | return tMonitorMapper.recoveryException(time); |
| | | monitor.setTime(time); |
| | | return tMonitorMapper.recoveryException(monitor); |
| | | } |
| | | |
| | | @Override |