diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java index fc4a3a4..8d9acd4 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java @@ -186,6 +186,10 @@ public class AntenatalExaminationFacade { } model.setParentId(parentId); antExAddRequest.setParentId(parentId); + Patients p=patientsService.findOnePatientById(parentId); + + //加入产筛 + patientsService.validata(p); } @@ -343,6 +347,11 @@ public class AntenatalExaminationFacade { antExChuModel.setParentId(parentId); excAddRequest.setParentId(parentId); + Patients p=patientsService.findOnePatientById(parentId); + + //加入产筛 + patientsService.validata(p); + } antExChuModel.setOperator(userId); if (StringUtils.isNotEmpty(antExChuModel.getId()) && StringUtils.isNotEmpty(antExChuModel.getParentId())) {