Commit f3ef5533bfe43e8cf4dbdebc804cfbdc7dfb8fc6
1 parent
ab13ee9b29
Exists in
master
and in
6 other branches
筛查
Showing 1 changed file with 4 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SieveFacade.java
View file @
f3ef553
... | ... | @@ -646,6 +646,10 @@ |
646 | 646 | return new BaseResponse().setErrorcode(ErrorCodeConstants.NO_DATA).setErrormsg("没有档案,请建档后申请产筛"); |
647 | 647 | } |
648 | 648 | } |
649 | + else | |
650 | + { | |
651 | + return new BaseResponse().setErrorcode(ErrorCodeConstants.NO_DATA).setErrormsg("没有档案,请建档后申请产筛"); | |
652 | + } | |
649 | 653 | } |
650 | 654 | |
651 | 655 | HighScoreResult highScoreResult = antenatalExaminationFacade.findLastRisk(pat.getPid(), false); |