|
@ -125,6 +125,4 @@ public interface DoctorDao extends PagingAndSortingRepository<Doctor, Long>, Jpa
|
|
@Query("select p from Doctor p ,DoctorFamousConsultTimesRemain w where p.code=w.doctor and w.consultDate = ?1 order by w.timesRemain desc")
|
|
@Query("select p from Doctor p ,DoctorFamousConsultTimesRemain w where p.code=w.doctor and w.consultDate = ?1 order by w.timesRemain desc")
|
|
Page<Doctor> famousDoctorList(String date, Pageable pageRequest);
|
|
Page<Doctor> famousDoctorList(String date, Pageable pageRequest);
|