Commit afb43e1031c854028734cafba7d42ace92331328

Authored by liquanyu
1 parent e8e36d9fa1

孕妇学校

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientCourseFacade.java View file @ afb43e1
... ... @@ -349,6 +349,7 @@
349 349 {
350 350  
351 351 //状态 1预约,2签到
  352 + patientCourseQuery.setStatus(null);
352 353 patientCourseQuery.setStatuses(Arrays.asList(1,2));
353 354 List<PatientCourseModel> patientCourseModels = patientCourseService.queryPatientCourseList(patientCourseQuery);
354 355 if (CollectionUtils.isNotEmpty(patientCourseModels))