Commit 27b39e3c00c2edbce0591d5519478d95e615b78d

Authored by jiangjiazhi
1 parent 9af339978d

增加设置parentid

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PostReviewFacade.java View file @ 27b39e3
... ... @@ -118,7 +118,7 @@
118 118 //未分娩建档
119 119 Patients patients = examinationFacade.findOnePatient(postReviewQueryRequest.getCardNo(), postReviewQueryRequest.getVcCardNo(), null, null, 1,false);
120 120 if(null!=patients){
121   - return new BaseResponse().setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("当前用户未分娩,不能进行复查");
  121 + return new BaseResponse().setErrorcode(ErrorCodeConstants.PARAMETER_ERROR).setErrormsg("当前用户未分娩,不能进行复查");
122 122 }
123 123  
124 124