Commit 7de120f6275e104416d4a537d525e793f3df48fe
1 parent
d3d7e4ee6a
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 @
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); |