Commit 2769754b28e6e93cb6a413c27384f493f7e993d4
1 parent
62d3bd452e
Exists in
master
and in
6 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 @
2769754
... | ... | @@ -2661,7 +2661,7 @@ |
2661 | 2661 | } |
2662 | 2662 | |
2663 | 2663 | if (null == patients) { |
2664 | - if (StringUtils.isNotEmpty(queryRequest.getCardNo()) && StringUtils.isNotEmpty(queryRequest.getVcCardNo())) { | |
2664 | + if (StringUtils.isNotEmpty(queryRequest.getCardNo())) { | |
2665 | 2665 | patients = findOnePatient(queryRequest.getCardNo(), queryRequest.getVcCardNo(), null, currentGroupHospital, 3, false, null, og.getbStatus() == 1); |
2666 | 2666 | } |
2667 | 2667 |