Compare commits
No commits in common. "84e983143fb6f9db33cfaa814a8a8716a6c8101c" and "d10230f543dc2959f8f80dee2e0cec9da095de3e" have entirely different histories.
84e983143f
...
d10230f543
@ -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