Commit d3d7e4ee6ae9043bef66c82b333fe893ac357b12
1 parent
425453d34f
Exists in
master
and in
6 other branches
孕妇学校
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientCourseFacade.java
View file @
d3d7e4e
| ... | ... | @@ -406,7 +406,7 @@ |
| 406 | 406 | { |
| 407 | 407 | PatientsQuery patientsQuery1 = new PatientsQuery(); |
| 408 | 408 | patientsQuery1.setYn(YnEnums.YES.getId()); |
| 409 | - patientsQuery1.setId(patientCourseModels.get(0).getPatientId()); | |
| 409 | + patientsQuery1.setId(patientCourseModels1.get(0).getPatientId()); | |
| 410 | 410 | List<Patients> patientses1 = patientsService.queryPatient(patientsQuery1); |
| 411 | 411 | if (CollectionUtils.isNotEmpty(patientses1)) |
| 412 | 412 | { |