Commit 5a8243725efc99cbb7651e9b06d976fdebc73208

Authored by liquanyu
1 parent 026b1f5c4e

update

Showing 1 changed file with 0 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java View file @ 5a82437
... ... @@ -570,7 +570,6 @@
570 570 antExChuModel.setParentId(parentId);
571 571 excAddRequest.setParentId(parentId);
572 572 Patients p = patientsService.findOnePatientById(parentId);
573   - System.out.println("===============>" + p);
574 573 //加入产筛
575 574 patientsService.validata(p);
576 575 }