Commit 0e9b903ad199e9381967b5d6bd9430cead6ec7ee
1 parent
b59e735203
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 @
0e9b903
... | ... | @@ -264,7 +264,7 @@ |
264 | 264 | } |
265 | 265 | } |
266 | 266 | } else { |
267 | - return new BaseResponse().setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("您已经做过初诊"); | |
267 | + return new BaseResponse().setErrorcode(ErrorCodeConstants.PARAMETER_ERROR).setErrormsg("您已经做过初诊"); | |
268 | 268 | } |
269 | 269 | } |
270 | 270 | return new BaseResponse().setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功"); |