Commit e957da719c791bba3e31b0433056940ff4d23d36

Authored by jiangjiazhi
1 parent f20a4ee8ba

孕妇分娩后 变成产妇

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java View file @ e957da7
... ... @@ -264,7 +264,7 @@
264 264 hospital= list1.get(0) + "";
265 265 }
266 266 //获取
267   - Patients patients = antenatalExaminationFacade.findOnePatient(deliverQueryRequest.getCardNo(), deliverQueryRequest.getVcCardNo(), null,hospital,1);
  267 + Patients patients = antenatalExaminationFacade.findOnePatient(deliverQueryRequest.getCardNo(), deliverQueryRequest.getVcCardNo(), null,hospital,null);
268 268 if (null == patients) {
269 269 return new BaseResponse().setErrormsg("没有相关的产妇记录").setErrorcode(ErrorCodeConstants.BUSINESS_ERROR);
270 270 }