Compare commits

..

No commits in common. "917202aa69db50dd4983ec6e0e9d94e5ceaeee57" and "6edb2f5c8f3d94b1375ae2fc5b7ed6c6c6ba654a" 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 "