Commit 813c5b0b96d689d5b472a42dd9ffd405c95b7454
1 parent
8fde5228b7
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/MeasureInfoFacade.java
View file @
813c5b0
... | ... | @@ -1538,7 +1538,7 @@ |
1538 | 1538 | query.setHospitalId(hospitalId); |
1539 | 1539 | query.setYn(YnEnums.YES.getId()); |
1540 | 1540 | if ("2".equals(certType)) { |
1541 | - query.setVcCardNo(certNo); | |
1541 | + query.setCard(certNo); | |
1542 | 1542 | criteria.and("vcCardNo").is(certNo); |
1543 | 1543 | } else { |
1544 | 1544 | //通过母亲身份证或者电话查询 |