diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientCourseFacade.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientCourseFacade.java index 7078407..d52858e 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientCourseFacade.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientCourseFacade.java @@ -419,7 +419,7 @@ public class PatientCourseFacade { result.setPhone(patients.getPhone()); result.setVcCardNo(patients.getVcCardNo()); result.setPatientId(patients.getId()); - result.setPatientCourseId(patientCourseModels.get(0).getId()); + result.setPatientCourseId(patientCourseModels1.get(0).getId()); } BaseObjectResponse objectResponse = new BaseObjectResponse(); objectResponse.setData(result);