Commit 5d07f1c3ac3061c6c8af1c1ad1979cda9237ebcd
1 parent
6368b74a82
Exists in
master
and in
6 other branches
分娩
Showing 2 changed files with 3 additions and 3 deletions
platform-biz-patient-service/src/main/java/com/lyms/platform/biz/BasicConfigServiceTest.java
View file @
5d07f1c
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientRegistrationFacade.java
View file @
5d07f1c
... | ... | @@ -158,7 +158,7 @@ |
158 | 158 | messages.add(mr); |
159 | 159 | if (CollectionUtils.isNotEmpty(messages)) { |
160 | 160 | System.out.println(messages.get(0).toString()); |
161 | - // smsConfigFacade.saveMsg(messages, messages.get(0).getHospitalId()); | |
161 | + smsConfigFacade.saveMsg(messages, messages.get(0).getHospitalId()); | |
162 | 162 | } |
163 | 163 | |
164 | 164 | } |