ade/logbook-tarif/ekslusi-dentalicious

This commit is contained in:
adesyawal 2025-11-28 15:21:08 +07:00
parent d30fc769ab
commit 725c350450

View File

@ -245,6 +245,7 @@ public interface PelayananPasienDao extends JpaRepository<PelayananPasien, Strin
String WHERE_LOGBOOK_DOKTER = "where pr.id not in (:listIdKarcis) " String WHERE_LOGBOOK_DOKTER = "where pr.id not in (:listIdKarcis) "
+ "and ppd.pelayananPasienId = pp.noRec and (ppp.statusEnabled is true or ppp.statusEnabled is null) " + "and 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 pp.strukResepId is null " + "and (pp.statusEnabled is true or pp.statusEnabled is null) and pp.strukResepId is null "
+ "and apd.ruanganId not in (777) "
+ "and (pd.statusEnabled is true or pd.statusEnabled is null) "; + "and (pd.statusEnabled is true or pd.statusEnabled is null) ";
String PARAMATER_LOGBOOK_DOKTER = "and ppp.ObjectPegawaiId = :pegawaiId " String PARAMATER_LOGBOOK_DOKTER = "and ppp.ObjectPegawaiId = :pegawaiId "