Compare commits
No commits in common. "217d95a3d039ae6e890b9f0c97118343a15ae993" and "66a727d0bbde80649a542369c0df5ea1d8b52420" have entirely different histories.
217d95a3d0
...
66a727d0bb
@ -4418,18 +4418,6 @@ public class MonitoringAbsenServiceImpl extends BaseVoServiceImpl implements Mon
|
||||
.collect(Collectors.toList()));
|
||||
}
|
||||
|
||||
if (CommonUtil.isNullOrEmpty(result)) {
|
||||
List<Map<String, Object>> listIncludedResult = monitoringAbsenDao.getDataPegawaiRev(idUnitKerja,
|
||||
idSubUnitKerja, idPegawaiLogin, splitDataSettingDatafixed("idMeninggalKeluarPindah"));
|
||||
List<Integer> listId = new ArrayList<>();
|
||||
for (Map<String, Object> map : result) {
|
||||
listId.add(Integer.parseInt(map.get("id").toString()));
|
||||
}
|
||||
if (!listId.contains(listIncludedResult.get(0).get("id"))) {
|
||||
result.add(listIncludedResult.get(0));
|
||||
}
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user