Commit bb309a5aeed3c28e1268436139236bc0ecfe04b1

Authored by liquanyu
1 parent 4dcf471190

孕妇学校

Showing 1 changed file with 2 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientCourseFacade.java View file @ bb309a5
... ... @@ -594,12 +594,13 @@
594 594 if (CollectionUtils.isNotEmpty(patientCourseModels))
595 595 {
596 596 patientStatus = patientCourseModels.get(0).getStatus();
  597 + result.put("patientCourseId",patientCourseModels.get(0).getId());
597 598 }
598 599  
599 600 //孕妇与课程的状态 0未预约 1预约,2签到
600 601 result.put("patientCourseStatus",String.valueOf(patientStatus));
601 602  
602   - result.put("patientCourseId",String.valueOf(patientStatus));
  603 +
603 604 results.add(result);
604 605 }
605 606 }