Update RemunerasiServiceImpl.java
Penerapan setting data fix tmt tarif 2024
This commit is contained in:
parent
9d08f8ebcb
commit
95953d865a
@ -323,6 +323,7 @@ public class RemunerasiServiceImpl extends BaseVoServiceImpl implements Remunera
|
||||
double persenRemunTerapis = Double.parseDouble(getSettingDataFixed("persenRemunTerapis"));
|
||||
double persenRemunVisiteDokterKelompokBudiRahmat = Double
|
||||
.parseDouble(getSettingDataFixed("persenRemunVisiteDokterKelompokBudiRahmat"));
|
||||
long millisTarif2024 = Long.parseLong(getSettingDataFixed("tmtTarif2024"));
|
||||
/*
|
||||
* Persiapan filter logic remunerasi
|
||||
*/
|
||||
@ -370,7 +371,7 @@ public class RemunerasiServiceImpl extends BaseVoServiceImpl implements Remunera
|
||||
/*
|
||||
* TMT Tarif baru tahun 2024
|
||||
*/
|
||||
Date tmtTarif2024 = new Date(1738342800000L);
|
||||
Date tmtTarif2024 = new Date(millisTarif2024);
|
||||
/*
|
||||
* Mendapatkan data mentah pelayanan pasien
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user