Commit 30711b65affdccefdb8eca81a1051fc244ee6b22
1 parent
fb68c96a15
Exists in
master
and in
6 other branches
SmsConfigModel 过滤掉不同步
Showing 1 changed file with 1 additions and 1 deletions
platform-job-index/src/main/java/com/lyms/platform/job/index/restore/data/SyncDataWork.java
View file @
30711b6
| ... | ... | @@ -399,7 +399,7 @@ |
| 399 | 399 | for (BabyModel babyModel : babyModels) { |
| 400 | 400 | Patients patients = ConvertHelper.convertToMamiBaby(babyModel); |
| 401 | 401 | //构建消息 |
| 402 | -// buildNotifyMessage(patients.getPhone()); | |
| 402 | + buildNotifyMessage(patients.getPhone()); | |
| 403 | 403 | patientsService.aouPatients(patients); |
| 404 | 404 | |
| 405 | 405 |