Просмотр исходного кода

团队健管师居民查询修改

lyr 8 лет назад
Родитель
Сommit
4d148744fc

+ 1 - 1
patient-co-wlyy/src/main/java/com/yihu/wlyy/repository/doctor/DoctorAdminTeamDao.java

@ -54,7 +54,7 @@ public interface DoctorAdminTeamDao extends
     * @return
     */
    @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")
            " s.adminTeamId = :teamId AND s.type = 2")
    Page<Patient> getHealthDoctorSigningPatients(@Param(value = "healthDoctorCode") String healthDoctorCode,
                                                 @Param(value = "teamId") long teamId,
                                                 Pageable pageable);