Commit d3fdf2e5f284715d9c58401bb01b4990f0e7d206
1 parent
eecd63b3db
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 @
d3fdf2e
... | ... | @@ -1372,7 +1372,7 @@ |
1372 | 1372 | return new BaseResponse().setErrorcode(ErrorCodeConstants.BUSINESS_ERROR).setErrormsg("该孕妇在系统中已分娩/已终止妊娠不能再进行产检,请重新建档"); |
1373 | 1373 | } |
1374 | 1374 | |
1375 | - return new BaseResponse().setErrorcode(ErrorCodeConstants.DEPT_NOT_EXISTS).setErrormsg("该孕妇还未在本院建档不能进行产检"); | |
1375 | + return new BaseResponse().setErrorcode(ErrorCodeConstants.BUSINESS_ERROR).setErrormsg("该孕妇还未在本院建档不能进行产检"); | |
1376 | 1376 | } |
1377 | 1377 | |
1378 | 1378 |