Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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); |
-
Please register or login to post a comment