Authored by gemingdan

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

... ... @@ -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);
... ...