| Line 196... |
Line 196... |
| 196 |
// --- LEVEL 3 - ESCALATION ---
|
196 |
// --- LEVEL 3 - ESCALATION ---
|
| 197 |
List<ContactDetail> l3Contacts = new ArrayList<>();
|
197 |
List<ContactDetail> l3Contacts = new ArrayList<>();
|
| 198 |
|
198 |
|
| 199 |
// Grievance Manager = LEGAL category, L3
|
199 |
// Grievance Manager = LEGAL category, L3
|
| 200 |
try {
|
200 |
try {
|
| 201 |
int grievanceAuthUserId = csService.getAuthUserId(ProfitMandiConstants.TICKET_CATEGORY_LEGAL, EscalationType.L1, fofoId);
|
201 |
int grievanceAuthUserId = csService.getAuthUserId(ProfitMandiConstants.TICKET_CATEGORY_CRM, EscalationType.L1, fofoId);
|
| 202 |
if (grievanceAuthUserId > 0) {
|
202 |
if (grievanceAuthUserId > 0) {
|
| 203 |
AuthUser user = authRepository.selectById(grievanceAuthUserId);
|
203 |
AuthUser user = authRepository.selectById(grievanceAuthUserId);
|
| 204 |
if (user != null) {
|
204 |
if (user != null) {
|
| 205 |
l3Contacts.add(buildContact(user, "GRIEVANCE OFFICER", "#dc2626",
|
205 |
l3Contacts.add(buildContact(user, "GRIEVANCE OFFICER", "#dc2626",
|
| 206 |
"For unresolved issues & formal complaints", false, false, true, true));
|
206 |
"For unresolved issues & formal complaints", false, false, true, true));
|