| | |
| | | if(!CollectionUtils.isEmpty(device.getOrganizationIds())){ |
| | | List<Sensor> sensorList = sensorService.queryByVersionId(device.getDeviceVersionId()).getData(); |
| | | String data = historyService.queryValueByMacAndTime(alarm.getMac(),alarm.getTime()); |
| | | AlarmConfigValue alarmConfigValue = alarmConfigService.queryValueByOrganizationId(device.getOrganizationIds().get(0)).get(); |
| | | AlarmConfigValue alarmConfigValue |
| | | = alarmConfigService |
| | | .queryValueByOrganizationId(device.getOrganizationIds().get(0)) |
| | | .get().getValue(); |
| | | if(device!=null |
| | | &&!CollectionUtils.isEmpty(sensorList) |
| | | &&!StringUtils.isEmpty(data) |