| Line 327... |
Line 327... |
| 327 |
}
|
327 |
}
|
| 328 |
List<String> ccemails = new ArrayList<>();
|
328 |
List<String> ccemails = new ArrayList<>();
|
| 329 |
LOGGER.info("ccemails" + ccemails);
|
329 |
LOGGER.info("ccemails" + ccemails);
|
| 330 |
Map<EscalationType, String> emailEsclationType = csService.getAuthUserAndEsclationTypeByPartnerId(fofoId);
|
330 |
Map<EscalationType, String> emailEsclationType = csService.getAuthUserAndEsclationTypeByPartnerId(fofoId);
|
| 331 |
LOGGER.info("emailEsclationType" + emailEsclationType);
|
331 |
LOGGER.info("emailEsclationType" + emailEsclationType);
|
| - |
|
332 |
if (emailEsclationType.get(EscalationType.L1) != null) {
|
| 332 |
ccemails.add(emailEsclationType.get(EscalationType.L1));
|
333 |
ccemails.add(emailEsclationType.get(EscalationType.L1));
|
| - |
|
334 |
}
|
| - |
|
335 |
|
| - |
|
336 |
if (emailEsclationType.get(EscalationType.L2) != null) {
|
| - |
|
337 |
|
| 333 |
ccemails.add(emailEsclationType.get(EscalationType.L2));
|
338 |
ccemails.add(emailEsclationType.get(EscalationType.L2));
|
| - |
|
339 |
}
|
| 334 |
LOGGER.info("ccemails" + ccemails);
|
340 |
LOGGER.info("ccemails" + ccemails);
|
| 335 |
List<String> bccemails = new ArrayList<>();
|
341 |
List<String> bccemails = new ArrayList<>();
|
| 336 |
bccemails.add(emailEsclationType.get(EscalationType.L3));
|
342 |
bccemails.add(emailEsclationType.get(EscalationType.L3));
|
| 337 |
LOGGER.info("bccemails" + bccemails);
|
343 |
LOGGER.info("bccemails" + bccemails);
|
| 338 |
ByteArrayOutputStream baos = FileUtil.getCSVByteStream(
|
344 |
ByteArrayOutputStream baos = FileUtil.getCSVByteStream(
|