|
@ -565,8 +565,8 @@ public class PatientHealthIndexService extends BaseService {
|
|
|
} else {
|
|
|
// 排序
|
|
|
Sort sort = new Sort(Direction.ASC, "recordDate");
|
|
|
PageRequest pageRequest = new PageRequest(0, 100, sort);
|
|
|
re = patientHealthIndexDao.findIndexByPatient(patient, type, startDate, endDate, null).getContent();
|
|
|
PageRequest pageRequest = new PageRequest(0, 1000, sort);
|
|
|
re = patientHealthIndexDao.findIndexByPatient(patient, type, startDate, endDate, pageRequest).getContent();
|
|
|
}
|
|
|
return re;
|
|
|
}
|