Update PelayananPasienDao.java
Penambahan filter vaksin tidak boleh masuk logbook
This commit is contained in:
parent
ff1885c61a
commit
116a0c5882
@ -223,7 +223,7 @@ public interface PelayananPasienDao extends PagingAndSortingRepository<Pelayanan
|
||||
+ "where ppd.pelayananPasienId = pp.noRec and (ppp.statusEnabled is true or ppp.statusEnabled is null) "
|
||||
+ "and (pp.statusEnabled is true or pp.statusEnabled is null) "
|
||||
+ "and (pd.statusEnabled is true or pd.statusEnabled is null) "
|
||||
+ "and djp.jenisProdukId <> 97 " + "and ppp.ObjectPegawaiId = :pegawaiId "
|
||||
+ "and djp.jenisProdukId not in (97,283) " + "and ppp.ObjectPegawaiId = :pegawaiId "
|
||||
+ "and pp.tglPelayanan between :tglAwal and :tglAkhir " + "group by pr.id,pr.namaProduk,"
|
||||
+ "pr.detailJenisProdukId,pr.golonganProdukId," + "djp.jenisProdukId," + "pd.kelompokPasienId,"
|
||||
+ "case when pd.kelompokPasienId = 2 then 1 " + "when pd.kelompokPasienId = 4 then 2 "
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user