|
@ -53,7 +53,7 @@ public interface DoctorAdminTeamDao extends
|
|
|
* @param pageable
|
|
|
* @return
|
|
|
*/
|
|
|
@Query("SELECT p FROM SignFamily s, Patient p WHERE s.doctorHealth = :healthDoctorCode AND s.patient = p.code and s.statuc >0 AND" +
|
|
|
@Query("SELECT p FROM SignFamily s, Patient p WHERE s.doctorHealth = :healthDoctorCode AND s.patient = p.code and s.status >0 AND" +
|
|
|
" s.adminTeamId = :teamId")
|
|
|
Page<Patient> getHealthDoctorSigningPatients(@Param(value = "healthDoctorCode") String healthDoctorCode,
|
|
|
@Param(value = "teamId") long teamId,
|