From 072ae18e42dbb58bbd7379a347c4293ba6d3578f Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Fri, 13 Mar 2026 16:06:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E5=AE=9A=E6=97=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E7=BB=9F=E8=AE=A1=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/red/circle/console/app/scheduler/StatisticsTask.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc-service/rc-service-console/console-application/src/main/java/com/red/circle/console/app/scheduler/StatisticsTask.java b/rc-service/rc-service-console/console-application/src/main/java/com/red/circle/console/app/scheduler/StatisticsTask.java index 68e4f618..6c2a0d53 100644 --- a/rc-service/rc-service-console/console-application/src/main/java/com/red/circle/console/app/scheduler/StatisticsTask.java +++ b/rc-service/rc-service-console/console-application/src/main/java/com/red/circle/console/app/scheduler/StatisticsTask.java @@ -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] 开始执行统计:系统时间:{}",