Commit 7bc843c8ec34a5073127c4dff19b549588070061
1 parent
2e5ad9832d
Exists in
master
and in
6 other branches
优惠劵
Showing 1 changed file with 4 additions and 4 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
7bc843c
... | ... | @@ -3548,8 +3548,8 @@ |
3548 | 3548 | } else { |
3549 | 3549 | antExQuery.setParentId(patients.getId()); |
3550 | 3550 | } |
3551 | - } else if (StringUtils.isNotEmpty(queryRequest.getCardNo()) && StringUtils.isNotEmpty(queryRequest.getCoupon())) { | |
3552 | - antExQuery.setParentId(patients.getId()); | |
3551 | +// } else if (StringUtils.isNotEmpty(queryRequest.getCardNo()) && StringUtils.isNotEmpty(queryRequest.getCoupon())) { | |
3552 | +// antExQuery.setParentId(patients.getId()); | |
3553 | 3553 | } else { |
3554 | 3554 | antExQuery.setPid(patients.getPid()); |
3555 | 3555 | } |
... | ... | @@ -3572,8 +3572,8 @@ |
3572 | 3572 | //http://jira.healthbaby.com.cn/browse/WEB-2733 |
3573 | 3573 | if (StringUtils.isNotEmpty(queryRequest.getVcCardNo()) && StringUtils.isEmpty(queryRequest.getCardNo())) { |
3574 | 3574 | antExQuery1.setParentId(patients.getId()); |
3575 | - } else if (StringUtils.isNotEmpty(queryRequest.getCardNo()) && StringUtils.isNotEmpty(queryRequest.getCoupon())) { | |
3576 | - antExQuery1.setParentId(patients.getId()); | |
3575 | +// } else if (StringUtils.isNotEmpty(queryRequest.getCardNo()) && StringUtils.isNotEmpty(queryRequest.getCoupon())) { | |
3576 | +// antExQuery1.setParentId(patients.getId()); | |
3577 | 3577 | } else { |
3578 | 3578 | antExQuery1.setPid(patients.getPid()); |
3579 | 3579 | } |