Commit 74b6163190a2b14ed749133428151d92666031fb

Authored by jiangjiazhi
1 parent ed09fd896d

孕妇分娩后 变成产妇

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 @ 74b6163
... ... @@ -251,7 +251,7 @@
251 251 hospital= list1.get(0) + "";
252 252 }
253 253 //获取
254   - Patients patients = antenatalExaminationFacade.findOnePatient(deliverQueryRequest.getCardNo(), deliverQueryRequest.getVcCardNo(), null,hospital,3);
  254 + Patients patients = antenatalExaminationFacade.findOnePatient(deliverQueryRequest.getCardNo(), deliverQueryRequest.getVcCardNo(), null,hospital,1);
255 255 if (null == patients) {
256 256 return new BaseResponse().setErrormsg("没有相关的产妇记录").setErrorcode(ErrorCodeConstants.BUSINESS_ERROR);
257 257 }