Update PegawaiServiceImpl.java

Fix conflict fitur mitra rsab dan peserta didik fellowship
This commit is contained in:
Salman Manoe 2025-01-22 16:51:39 +07:00
parent 16fd2d7eed
commit 59984f64c2

View File

@ -889,7 +889,7 @@ public class PegawaiServiceImpl extends BaseVoServiceImpl implements PegawaiServ
List<Map<String, Object>> resultModelWithUsername = new ArrayList<>();
List<Map<String, Object>> resultModel = pegawaiDaoCustom.findPegawaiCustomByKategori(nama, idUnitKerja,
idKedudukan, periode, splitDataSettingDatafixed("listDataKedudukanException"),
Collections.singletonList(Master.KategoryPegawai.PESERTA_DIDIK));
splitDataSettingDatafixed("listIdKategoriPesertaDidik"));
for (Map<String, Object> map : resultModel) {
Map<String, Object> usernames = new HashMap<>();