Commit 9147b665721d76b2de312ea3835d0d28ec479bac

Authored by liquanyu
1 parent 6c7246428e

终止妊娠

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/StopPregnancyFacade.java View file @ 9147b66
... ... @@ -137,7 +137,7 @@
137 137 personService.updatePerson(pmodel, request.getPid());
138 138 }
139 139  
140   - if (pat != null)
  140 + if (pat == null)
141 141 {
142 142 BaseResponse objectResponse = new BaseResponse();
143 143 objectResponse.setErrorcode(ErrorCodeConstants.PARAMETER_ERROR);