Commit e574817b952420d4506651ce72b25734d5004541

Authored by liquanyu
1 parent 31f92308c3

短信修改

Showing 1 changed file with 7 additions and 0 deletions

platform-msg-generate/src/main/java/com/lyms/platform/msg/worker/YunAmsMsgGenerateWorker.java View file @ e574817
... ... @@ -77,6 +77,13 @@
77 77 continue;
78 78 }
79 79  
  80 + //周几发送必须是配置页面配置的
  81 + if (!guideTimes.contains(week))
  82 + {
  83 + continue;
  84 + }
  85 +
  86 +
80 87 //判断医院是否运行
81 88 if (!baseService.isRunning(hospitalId)) {
82 89 continue;