| Line 150... |
Line 150... |
| 150 |
pm.setTicket(ticketMap.get(fofoId) == null ? 0 : ticketMap.get(fofoId).intValue());
|
150 |
pm.setTicket(ticketMap.get(fofoId) == null ? 0 : ticketMap.get(fofoId).intValue());
|
| 151 |
pm.setHygiene(hygieneCount);
|
151 |
pm.setHygiene(hygieneCount);
|
| 152 |
pm.setInvestment_ok(
|
152 |
pm.setInvestment_ok(
|
| 153 |
investmentMaintainedDaysMap.get(fofoId) == null ? 0 : investmentMaintainedDaysMap.get(fofoId));
|
153 |
investmentMaintainedDaysMap.get(fofoId) == null ? 0 : investmentMaintainedDaysMap.get(fofoId));
|
| 154 |
pm.setPartnerType(partnerType);
|
154 |
pm.setPartnerType(partnerType);
|
| 155 |
if (authuserEsclationTypeMap.get(EscalationType.L1) == null) {
|
155 |
if (authuserEsclationTypeMap.get(EscalationType.L1) != null) {
|
| 156 |
|
- |
|
| 157 |
if (authuserEsclationTypeMap.get(EscalationType.L2) == null) {
|
156 |
pm.setAuthUser(authuserEsclationTypeMap.get(EscalationType.L1).getName());
|
| 158 |
pm.setAuthUser(authuserEsclationTypeMap.get(EscalationType.L3).getName());
|
157 |
} else if (authuserEsclationTypeMap.get(EscalationType.L2) != null) {
|
| 159 |
} else {
|
- |
|
| 160 |
pm.setAuthUser(authuserEsclationTypeMap.get(EscalationType.L2).getName());
|
158 |
pm.setAuthUser(authuserEsclationTypeMap.get(EscalationType.L2).getName());
|
| 161 |
}
|
- |
|
| 162 |
|
- |
|
| - |
|
159 |
} else if (authuserEsclationTypeMap.get(EscalationType.L3) != null) {
|
| - |
|
160 |
pm.setAuthUser(authuserEsclationTypeMap.get(EscalationType.L3).getName());
|
| - |
|
161 |
} else if (authuserEsclationTypeMap.get(EscalationType.L4) != null) {
|
| - |
|
162 |
pm.setAuthUser(authuserEsclationTypeMap.get(EscalationType.L4).getName());
|
| 163 |
} else {
|
163 |
} else {
|
| 164 |
pm.setAuthUser(authuserEsclationTypeMap.get(EscalationType.L1).getName());
|
164 |
pm.setAuthUser(" - ");
|
| 165 |
}
|
165 |
}
|
| 166 |
pm.setTotalHygiene(totalHygieneCount);
|
166 |
pm.setTotalHygiene(totalHygieneCount);
|
| 167 |
|
167 |
|
| 168 |
pm.setTicket(ticketMap.get(fofoId) == null ? 0 : ticketMap.get(fofoId).intValue());
|
168 |
pm.setTicket(ticketMap.get(fofoId) == null ? 0 : ticketMap.get(fofoId).intValue());
|
| 169 |
allPartnerStats.put(fofoId, pm);
|
169 |
allPartnerStats.put(fofoId, pm);
|