Commit ef0a9bb3b86ae7723054c82d1f684e00d50beb45
1 parent
8bed20e070
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/AntenatalExaminationFacade.java
View file @
ef0a9bb
... | ... | @@ -685,7 +685,7 @@ |
685 | 685 | /** |
686 | 686 | * 产检生成推送消息:只针对标准服务的用户 |
687 | 687 | */ |
688 | - private void createSendMsg(String patientId) { | |
688 | + public void createSendMsg(String patientId) { | |
689 | 689 | Patients patient = patientsService.findOnePatientById(patientId); |
690 | 690 | //判断医院是否启动和对应的服务项是否启用 |
691 | 691 | SmsConfigModel configModel = new SmsConfigModel(); |