Commit 9fd0fe912370da7ab0b9799ced5d6187f1098a9b
1 parent
b6b1bb5efc
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/MatDeliverFacade.java
View file @
9fd0fe9
... | ... | @@ -150,7 +150,7 @@ |
150 | 150 | } |
151 | 151 | } |
152 | 152 | } else { |
153 | - return new BaseResponse().setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("parentId 为空,找不到产妇"); | |
153 | + return new BaseResponse().setErrorcode(ErrorCodeConstants.NO_DATA).setErrormsg("parentId 为空,找不到产妇"); | |
154 | 154 | } |
155 | 155 | return new BaseResponse().setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功"); |
156 | 156 | } |