| Line 149... |
Line 149... |
| 149 |
List<AuthUser> categoryAuthUserList = csService.getAuthUserIds(ProfitMandiConstants.TICKET_CATEGORY_ABM, Arrays.asList(EscalationType.L1, EscalationType.L2, EscalationType.L3));
|
149 |
List<AuthUser> categoryAuthUserList = csService.getAuthUserIds(ProfitMandiConstants.TICKET_CATEGORY_ABM, Arrays.asList(EscalationType.L1, EscalationType.L2, EscalationType.L3));
|
| 150 |
List<String> categoryTeamMails = categoryAuthUserList.stream().map(x -> x.getEmailId()).collect(Collectors.toList());
|
150 |
List<String> categoryTeamMails = categoryAuthUserList.stream().map(x -> x.getEmailId()).collect(Collectors.toList());
|
| 151 |
|
151 |
|
| 152 |
List<String> allEmails = new ArrayList<>(Arrays.asList(
|
152 |
List<String> allEmails = new ArrayList<>(Arrays.asList(
|
| 153 |
"sm@smartdukaan.com",
|
153 |
"sm@smartdukaan.com",
|
| 154 |
"tarun.verma@smartdukaan.com"
|
154 |
"tarun.verma@smartdukaan.com",
|
| 155 |
//"amit.gupta@smartdukaan.com"
|
155 |
"amit.gupta@smartdukaan.com"
|
| 156 |
));
|
156 |
));
|
| 157 |
|
157 |
|
| 158 |
// niranjan kala(authId -54) Team Emails,
|
158 |
// niranjan kala(authId -54) Team Emails,
|
| 159 |
List<Integer> allReportees = authService.getAllReportees(54);
|
159 |
List<Integer> allReportees = authService.getAllReportees(54);
|
| 160 |
List<AuthUser> authUsers = authRepository.selectAllAuthUserByIds(allReportees);
|
160 |
List<AuthUser> authUsers = authRepository.selectAllAuthUserByIds(allReportees);
|