Compare commits
No commits in common. "74ca1b4cfa1a2cf54c848da2af553bffa950faa3" and "f152385e55c572aa271bc2cc036a065d6f4ff149" have entirely different histories.
74ca1b4cfa
...
f152385e55
@ -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 "
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user