From d60531b0ddaf8cb3f6ca6ae746d6daa2c1b19995 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Wed, 26 Nov 2025 10:35:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=A2=E5=8C=85=E5=AE=9A=E6=97=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E6=97=B6=E9=97=B4=E8=B0=83=E6=95=B4=E4=B8=BA=E6=AF=8F?= =?UTF-8?q?30=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../red/circle/other/app/scheduler/RoomRedPacketExpireTask.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/scheduler/RoomRedPacketExpireTask.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/scheduler/RoomRedPacketExpireTask.java index d70551e9..897bee64 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/scheduler/RoomRedPacketExpireTask.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/scheduler/RoomRedPacketExpireTask.java @@ -35,7 +35,7 @@ public class RoomRedPacketExpireTask { /** * 每分钟执行一次 */ - @Scheduled(cron = "0 * * * * ?") + @Scheduled(cron = "0/30 * * * * ?") public void refundExpiredPackets() { try { LocalDateTime now = LocalDateTime.now();