Commit 72e72880f0f0822da58075383c737eb1cc20becb
1 parent
a15a89b3c5
Exists in
master
开启自动回访功能。
Showing 1 changed file with 1 additions and 1 deletions
talkonlineweb/src/main/java/com/lyms/talkonlineweb/task/PushChatInfoTask.java
View file @
72e7288
... | ... | @@ -65,7 +65,7 @@ |
65 | 65 | /** |
66 | 66 | * 每天19点执行回访信息系统回复 |
67 | 67 | */ |
68 | -// @Scheduled(cron = "0 0 19 * * ?") | |
68 | + @Scheduled(cron = "0 0 19 * * ?") | |
69 | 69 | public void pushChatInfo() { |
70 | 70 | List<Map<String,Object>> PcInfoList=lymsPatientService.getPcInfoList(); |
71 | 71 | for (Map<String, Object> map : PcInfoList) { |