Commit ddf6642f7b53f0072f95481dc891c2204770506c

Authored by shiyang
1 parent f04d4a9b25
Exists in master and in 1 other branch dev

开启慢性病、普通疾病推送模板

Showing 3 changed files with 3 additions and 3 deletions

talkonlineweb/src/main/java/com/lyms/talkonlineweb/task/PushIllnessTypeData.java View file @ ddf6642
... ... @@ -36,7 +36,7 @@
36 36 /**
37 37 * 每天00:00点执行-要推送的公众号信息数据整理
38 38 */
39   -// @Scheduled(cron = "0 0 0 * * ?")
  39 + @Scheduled(cron = "0 0 0 * * ?")
40 40 public void PushIllnessTypeData(){
41 41 Map param=new HashMap<>();
42 42 param.put("push_type", 0);
talkonlineweb/src/main/java/com/lyms/talkonlineweb/task/PushIllnessTypeTask.java View file @ ddf6642
... ... @@ -41,7 +41,7 @@
41 41 /**
42 42 * 每天下18:30点执行-要推送的公众号信息
43 43 */
44   -// @Scheduled(cron = "0 30 18 * * ?")
  44 + @Scheduled(cron = "0 30 18 * * ?")
45 45 public void PushIllnessTypeTask(){
46 46 Map param=new HashMap<>();
47 47 param.put("push_type", 0);
talkonlineweb/src/main/java/com/lyms/talkonlineweb/util/Constant.java View file @ ddf6642
... ... @@ -53,7 +53,7 @@
53 53 /**
54 54 * 公众号发送消息模板-复诊提醒消息
55 55 */
56   - public static final String GZ_TEMPLATE_ID_RETURN_VISIT ="";
  56 + public static final String GZ_TEMPLATE_ID_RETURN_VISIT ="1xjLJ7LzI-v7qy12QBOKqfv0j3sbN-2lmeXH5GHz7YA";
57 57 /**
58 58 * 公众号的appid
59 59 */