Commit 4e9f921f596078d5d7002308342bed58480444e9

Authored by jiangjiazhi
1 parent 178301a2d3
Exists in master and in 2 other branches 0116, dev

分娩作废产检劵

Showing 1 changed file with 9 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java View file @ 4e9f921
... ... @@ -186,6 +186,10 @@
186 186 }
187 187 model.setParentId(parentId);
188 188 antExAddRequest.setParentId(parentId);
  189 + Patients p=patientsService.findOnePatientById(parentId);
  190 +
  191 + //加入产筛
  192 + patientsService.validata(p);
189 193 }
190 194  
191 195  
... ... @@ -342,6 +346,11 @@
342 346 }
343 347 antExChuModel.setParentId(parentId);
344 348 excAddRequest.setParentId(parentId);
  349 +
  350 + Patients p=patientsService.findOnePatientById(parentId);
  351 +
  352 + //加入产筛
  353 + patientsService.validata(p);
345 354  
346 355 }
347 356 antExChuModel.setOperator(userId);