Commit 6558fd6b0619824e3cb00324b83ab00cf93a223a
1 parent
ddeb637896
Exists in
master
and in
6 other branches
update三代机bug
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MeasureInfoFacade.java
View file @
6558fd6
| ... | ... | @@ -735,11 +735,11 @@ |
| 735 | 735 | if ("1".equals(certType)) { |
| 736 | 736 | query.setVcCardNo(certNo); |
| 737 | 737 | } else { |
| 738 | - query.setCertType(certType); | |
| 738 | + //query.setCertType(certType); | |
| 739 | 739 | query.setCertNo(certNo); |
| 740 | 740 | } |
| 741 | 741 | |
| 742 | - query.setHospitalId(hospitalId.trim()); | |
| 742 | + //query.setHospitalId(hospitalId.trim()); | |
| 743 | 743 | query.setNeed("true"); |
| 744 | 744 | query.setSort(" created desc "); |
| 745 | 745 | List<MeasureUserInfoModel> models = mysqlMeasureUserInfoService.queryMeasureUserInfoList(query); |