Update ReportServiceImpl.java

Munculkan NIP pejabat kemenkes untuk cetakan cuti besar/ cuti alasan penting
This commit is contained in:
Salman Manoe 2024-03-26 08:33:38 +07:00
parent 39ed6bbe85
commit cce99e4298

View File

@ -1961,17 +1961,21 @@ public class ReportServiceImpl extends BaseVoServiceImpl implements ReportServic
String[] arrCutiA1 = cutiA1.split("_");
labelTtdMenkes = arrCutiA1[0];
menteriKesehatan = arrCutiA1[1];
nipMenkes = arrCutiA1[2];
result.put("labelTtdMenkes", labelTtdMenkes);
result.put("menteriKesehatan", menteriKesehatan);
result.put("nipMenkes", nipMenkes);
} else {
String cutiA1 = settingDataFixedDao.getSettingDataFixed("cutiB2C");
String[] arrCutiA1 = cutiA1.split("_");
labelTtdMenkes = arrCutiA1[0];
menteriKesehatan = arrCutiA1[1];
nipMenkes = arrCutiA1[2];
result.put("labelTtdMenkes", labelTtdMenkes);
result.put("menteriKesehatan", menteriKesehatan);
result.put("nipMenkes", nipMenkes);
}
}
}
@ -3237,7 +3241,7 @@ public class ReportServiceImpl extends BaseVoServiceImpl implements ReportServic
result.put("simpananWajibKoperasiGaji", "-");
result.put("pinjamanKoperasiGaji", "-");
result.put("potonganPphRemunerasi", "-");
result.put("pinjamanBriGaji","-");
result.put("pinjamanBriGaji", "-");
result.put("potonganObat", "-");
result.put("potonganRawatInap", "-");
result.put("potonganRawatJalan", "-");