Commit 1cd9ad0a8479d4ebafd5d1b7ba5d17364ee6a006
1 parent
b9fb21aa11
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 @
1cd9ad0
... | ... | @@ -791,7 +791,7 @@ |
791 | 791 | mr.setWxTempId(WxTempleteIdEnums.FU_WU_DING_GOU_TX.getId()); |
792 | 792 | messages.add(mr); |
793 | 793 | if (CollectionUtils.isNotEmpty(messages)) { |
794 | - // smsConfigFacade.saveMsg(messages, patient.getHospitalId()); | |
794 | + smsConfigFacade.saveMsg(messages, patient.getHospitalId()); | |
795 | 795 | } |
796 | 796 | } |
797 | 797 | } |