Commit a2a4dbd038270b5516214185930d50982c2c7bd9
1 parent
fa40b98a04
Exists in
master
and in
6 other branches
产检修改
Showing 1 changed file with 5 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
a2a4dbd
| ... | ... | @@ -3780,6 +3780,11 @@ |
| 3780 | 3780 | } |
| 3781 | 3781 | |
| 3782 | 3782 | } |
| 3783 | + | |
| 3784 | + if (null == patients) { | |
| 3785 | + return new BaseResponse().setErrorcode(ErrorCodeConstants.NO_DATA).setErrormsg("该孕妇在系统中没有档案,请新建档"); | |
| 3786 | + } | |
| 3787 | + | |
| 3783 | 3788 | // else { |
| 3784 | 3789 | // //原来单机 |
| 3785 | 3790 | // if (null != patients) { |