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