Commit 9af339978d5284443becb1f6d5aae4f7f6e81bd1
1 parent
5f152653df
Exists in
master
and in
8 other branches
增加设置parentid
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java
View file @
9af3399
... | ... | @@ -349,6 +349,8 @@ |
349 | 349 | //外院的孕妇在本院没有建档需要提醒建档 |
350 | 350 | } else if (null != patients1 && null == patients) { |
351 | 351 | return new BaseResponse().setErrormsg("该孕妇还未在本院建档不能进行分娩").setErrorcode(ErrorCodeConstants.NO_DATA); |
352 | + }else if( null == patients){ | |
353 | + return new BaseResponse().setErrormsg("该孕妇还未在本院建档不能进行分娩").setErrorcode(ErrorCodeConstants.NO_DATA); | |
352 | 354 | } |
353 | 355 | |
354 | 356 |