Update RemunerasiServiceImpl.java
Penyesuaian lepas validasi detail jenis produk nonpk untuk logbook dokter dipakai terapis
This commit is contained in:
parent
18e6a6dea4
commit
b1f53cc9d8
@ -1089,10 +1089,11 @@ public class RemunerasiServiceImpl extends BaseVoServiceImpl implements Remunera
|
|||||||
listPelayananRemun.add(next);
|
listPelayananRemun.add(next);
|
||||||
capaianRemun += Double.parseDouble(next.get("hargaJasa").toString());
|
capaianRemun += Double.parseDouble(next.get("hargaJasa").toString());
|
||||||
}
|
}
|
||||||
} else if (CommonUtil.isNotNullOrEmpty(listDetailJenisProdukException)
|
} else if (CommonUtil.isNullOrEmpty(listDetailJenisProdukException)
|
||||||
&& CommonUtil.isNotNullOrEmpty(next.get("idDetailJenisProduk"))
|
|| (CommonUtil.isNotNullOrEmpty(listDetailJenisProdukException)
|
||||||
&& listDetailJenisProdukException
|
&& CommonUtil.isNotNullOrEmpty(next.get("idDetailJenisProduk"))
|
||||||
.contains(Integer.parseInt(next.get("idDetailJenisProduk").toString()))) {
|
&& listDetailJenisProdukException.contains(
|
||||||
|
Integer.parseInt(next.get("idDetailJenisProduk").toString())))) {
|
||||||
/*
|
/*
|
||||||
* Diluar pembatasan jenis produk
|
* Diluar pembatasan jenis produk
|
||||||
*/
|
*/
|
||||||
@ -1228,10 +1229,11 @@ public class RemunerasiServiceImpl extends BaseVoServiceImpl implements Remunera
|
|||||||
listPelayananRemun.add(next);
|
listPelayananRemun.add(next);
|
||||||
capaianRemun += Double.parseDouble(next.get("hargaJasa").toString());
|
capaianRemun += Double.parseDouble(next.get("hargaJasa").toString());
|
||||||
}
|
}
|
||||||
} else if (CommonUtil.isNotNullOrEmpty(listDetailJenisProdukException)
|
} else if (CommonUtil.isNullOrEmpty(listDetailJenisProdukException)
|
||||||
&& CommonUtil.isNotNullOrEmpty(next.get("idDetailJenisProduk"))
|
|| (CommonUtil.isNotNullOrEmpty(listDetailJenisProdukException)
|
||||||
&& listDetailJenisProdukException
|
&& CommonUtil.isNotNullOrEmpty(next.get("idDetailJenisProduk"))
|
||||||
.contains(Integer.parseInt(next.get("idDetailJenisProduk").toString()))) {
|
&& listDetailJenisProdukException.contains(
|
||||||
|
Integer.parseInt(next.get("idDetailJenisProduk").toString())))) {
|
||||||
/*
|
/*
|
||||||
* Diluar pembatasan jenis produk
|
* Diluar pembatasan jenis produk
|
||||||
*/
|
*/
|
||||||
@ -1396,10 +1398,11 @@ public class RemunerasiServiceImpl extends BaseVoServiceImpl implements Remunera
|
|||||||
listPelayananNonJknLuarJamKerja.add(next);
|
listPelayananNonJknLuarJamKerja.add(next);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (CommonUtil.isNotNullOrEmpty(listDetailJenisProdukException)
|
} else if (CommonUtil.isNullOrEmpty(listDetailJenisProdukException)
|
||||||
&& CommonUtil.isNotNullOrEmpty(next.get("idDetailJenisProduk"))
|
|| (CommonUtil.isNotNullOrEmpty(listDetailJenisProdukException)
|
||||||
&& listDetailJenisProdukException
|
&& CommonUtil.isNotNullOrEmpty(next.get("idDetailJenisProduk"))
|
||||||
.contains(Integer.parseInt(next.get("idDetailJenisProduk").toString()))) {
|
&& listDetailJenisProdukException.contains(
|
||||||
|
Integer.parseInt(next.get("idDetailJenisProduk").toString())))) {
|
||||||
/*
|
/*
|
||||||
* Diluar pembatasan jenis produk
|
* Diluar pembatasan jenis produk
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user