Commit 3d79df9fba371ce18accbcafd1affe27909af72e
1 parent
9882721d48
Exists in
master
and in
8 other branches
孕妇分娩后 变成产妇
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
3d79df9
... | ... | @@ -370,7 +370,7 @@ |
370 | 370 | } |
371 | 371 | |
372 | 372 | if (null == patients) { |
373 | - return new BaseResponse().setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("没有产妇信息"); | |
373 | + return new BaseResponse().setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("该孕妇还未在本院建档不能进行产检"); | |
374 | 374 | } |
375 | 375 | |
376 | 376 | AntexListResult antexListResult = new AntexListResult(); |