后台定时任务统计更改
This commit is contained in:
parent
31b72609da
commit
072ae18e42
@ -35,7 +35,7 @@ public class StatisticsTask {
|
||||
/**
|
||||
* 全平台总新增+用户新增情况统计,早上8点执行.
|
||||
*/
|
||||
@Scheduled(cron = "0 0 8 * * ?", zone = "Asia/Shanghai")
|
||||
@Scheduled(cron = "0 0 16 * * ?", zone = "Asia/Shanghai")
|
||||
@TaskCacheLock(key = "USER_ADDED_COUNT", expireSecond = 60 * 60)
|
||||
public void userAddedCount() {
|
||||
log.warn("[userAddedCount] 开始执行统计:系统时间:{}",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user