Commit b4a106bfaf5ac05aed465eed625047da7b1f48dc
1 parent
1f7bd4fe54
Exists in
master
and in
1 other branch
code update
Showing 1 changed file with 5 additions and 5 deletions
platform-data-api/src/main/java/com/lyms/platform/data/service/impl/SmsServiceImpl.java
View file @
b4a106b
... | ... | @@ -620,7 +620,7 @@ |
620 | 620 | SmsConfigQuery configQuery = new SmsConfigQuery(); |
621 | 621 | configQuery.setYn(YnEnums.YES.getId()); |
622 | 622 | configQuery.setPrefixTypes(new Integer[]{0, 1}); |
623 | - configQuery.setHospitalId(221 + ""); | |
623 | +// configQuery.setHospitalId(221 + ""); | |
624 | 624 | |
625 | 625 | //查询出对应医院配置 |
626 | 626 | List<SmsConfigModel> configs = smsConfigService.querySmsConfig(configQuery); |
... | ... | @@ -661,10 +661,10 @@ |
661 | 661 | for (SmsTemplateModel template : templates) |
662 | 662 | { |
663 | 663 | |
664 | - if (!("57d65fa80cf2798825ca2d87".equals(template.getId())) ) | |
665 | - { | |
666 | - continue; | |
667 | - } | |
664 | +// if (!("57d65fa80cf2798825ca2d87".equals(template.getId())) ) | |
665 | +// { | |
666 | +// continue; | |
667 | +// } | |
668 | 668 | |
669 | 669 | |
670 | 670 | //模板属于的医院id |