Compare commits

..

No commits in common. "8a5b76f0ed2e9b56a4c83babf2951d7621a7ef53" and "a7fb1e9a6e47683f6e0fa9d99b1b9c1e7a05af80" have entirely different histories.

View File

@ -245,7 +245,6 @@ 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 "