Commit 6d252873b08181e4cd2338784045c638add9e4b0

Authored by liquanyu
1 parent f54670786a

孕妇学校

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 @ 6d25287
... ... @@ -252,7 +252,7 @@
252 252 }
253 253  
254 254 Patients patients = patientsService.findOnePatientById(patientId);
255   - if (patients == null)
  255 + if (patients != null)
256 256 {
257 257 PatientCourseModel model = new PatientCourseModel();
258 258 model.setBirthday(patients.getBirth());