Commit 7de120f6275e104416d4a537d525e793f3df48fe

Authored by liquanyu
1 parent d3d7e4ee6a

孕妇学校

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 @ 7de120f
... ... @@ -419,7 +419,7 @@
419 419 result.setPhone(patients.getPhone());
420 420 result.setVcCardNo(patients.getVcCardNo());
421 421 result.setPatientId(patients.getId());
422   - result.setPatientCourseId(patientCourseModels.get(0).getId());
  422 + result.setPatientCourseId(patientCourseModels1.get(0).getId());
423 423 }
424 424 BaseObjectResponse objectResponse = new BaseObjectResponse();
425 425 objectResponse.setData(result);