Commit ae36ad718407d56a0a420293715976f28f507054
1 parent
b1327e74cf
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SmsConfigFacade.java
View file @
ae36ad7
| ... | ... | @@ -607,7 +607,7 @@ |
| 607 | 607 | OrganizationQuery organizationQuery = new OrganizationQuery(); |
| 608 | 608 | |
| 609 | 609 | organizationQuery.setYn(YnEnums.YES.getId()); |
| 610 | - organizationQuery.setKeyword(hospitalName); | |
| 610 | + organizationQuery.setName(hospitalName); | |
| 611 | 611 | |
| 612 | 612 | List<Organization> orgs = organizationService.queryHospitals(organizationQuery); |
| 613 | 613 | if (CollectionUtils.isNotEmpty(orgs)) |