From 700a4e1a70233a935e196e5fbd1a5a57b3cf82e9 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Fri, 6 Feb 2026 12:18:32 +0800 Subject: [PATCH] =?UTF-8?q?azizi=E7=AD=BE=E5=88=B0=E8=BF=87=E6=9C=9F?= =?UTF-8?q?=E6=94=B9=E4=B8=BA365=E5=A4=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/red/circle/other/app/command/task/CheckInExe.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/command/task/CheckInExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/task/CheckInExe.java index c601e493..d472b26d 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/task/CheckInExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/task/CheckInExe.java @@ -144,7 +144,7 @@ public class CheckInExe { */ private long getExpiredTime(boolean isAziziCheckIn, Long userId) { if (isAziziCheckIn) { - return -1L; + return 60 * 60 * 24 * 365 * 1000L; } Duration duration = getDuration();