Compare commits

...

3 Commits

Author SHA1 Message Date
adesyawal
e6d47716ea Merge branch 'prod/base' 2025-11-28 15:28:17 +07:00
adesyawal
74ca1b4cfa Merge branch 'ade/logbook-tarif/ekslusi-dentalicious' into prod/base 2025-11-28 15:27:20 +07:00
adesyawal
725c350450 ade/logbook-tarif/ekslusi-dentalicious 2025-11-28 15:21:08 +07:00

View File

@ -245,6 +245,7 @@ public interface PelayananPasienDao extends JpaRepository<PelayananPasien, Strin
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 (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) ";
String PARAMATER_LOGBOOK_DOKTER = "and ppp.ObjectPegawaiId = :pegawaiId "