Commit 50fa31f85bab7528d21e14bcda0ffdc892db02f7

Authored by liquanyu
1 parent 7bc843c8ec

优惠劵

Showing 1 changed file with 2 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java View file @ 50fa31f
... ... @@ -3517,8 +3517,8 @@
3517 3517 antExChuQuery.setParentId(patients.getId());
3518 3518 }
3519 3519  
3520   - } else if (StringUtils.isNotEmpty(queryRequest.getCardNo()) && StringUtils.isNotEmpty(queryRequest.getCoupon())) {
3521   - antExChuQuery.setParentId(patients.getId());
  3520 +// } else if (StringUtils.isNotEmpty(queryRequest.getCardNo()) && StringUtils.isNotEmpty(queryRequest.getCoupon())) {
  3521 +// antExChuQuery.setParentId(patients.getId());
3522 3522 } else {
3523 3523 antExChuQuery.setPid(patients.getPid());
3524 3524 }