Compare commits
No commits in common. "e6d47716ea2d9725e1868d85e7631b899d6cac3c" and "f5fd2a58312ac3ffb6c4fd2aadbff1a4784de50a" have entirely different histories.
e6d47716ea
...
f5fd2a5831
@ -245,7 +245,6 @@ public interface PelayananPasienDao extends JpaRepository<PelayananPasien, Strin
|
|||||||
String WHERE_LOGBOOK_DOKTER = "where pr.id not in (:listIdKarcis) "
|
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 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 (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) ";
|
+ "and (pd.statusEnabled is true or pd.statusEnabled is null) ";
|
||||||
|
|
||||||
String PARAMATER_LOGBOOK_DOKTER = "and ppp.ObjectPegawaiId = :pegawaiId "
|
String PARAMATER_LOGBOOK_DOKTER = "and ppp.ObjectPegawaiId = :pegawaiId "
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user