Commit 42f171fd1ef562c390055134b267739f85fd3e30

Authored by liquanyu
1 parent 577008ec8a

孕妇学校

Showing 1 changed file with 0 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientCourseFacade.java View file @ 42f171f
... ... @@ -444,7 +444,6 @@
444 444 //课程上限人数
445 445 result.put("limitNum", model.getLimitNum() == null ? "0" : String.valueOf(model.getLimitNum()));
446 446  
447   -
448 447 patientCourseQuery.setCourseId(model.getId());
449 448 patientCourseQuery.setPatientId(patientId);
450 449