Authored by gemingdan

从大数据取注册数据时间推迟

@@ -32,7 +32,7 @@ public class InviteYohoUserTask { @@ -32,7 +32,7 @@ public class InviteYohoUserTask {
32 IUnionShareService unionShareService; 32 IUnionShareService unionShareService;
33 33
34 // 每小时执行一次 34 // 每小时执行一次
35 - @Scheduled(cron = "0 15 * * * ?") 35 + @Scheduled(cron = "0 30 * * * ?")
36 // @Scheduled(cron = "0 * * * * ?") 36 // @Scheduled(cron = "0 * * * * ?")
37 public void run() { 37 public void run() {
38 callback(false); 38 callback(false);