Compare commits
No commits in common. "1aa20c9312ca573c282f80bab4c55c115aa3878a" and "d00c7496788c2895a461bcdb72a2b3ed53dd7e9b" have entirely different histories.
1aa20c9312
...
d00c749678
@ -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