From 1e1b0ddf36a753b696cf90aaf97e8813e42ebb89 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Fri, 6 Feb 2026 11:48:18 +0800 Subject: [PATCH] =?UTF-8?q?azizi=E7=AD=BE=E5=88=B0=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E6=B0=B8=E4=B8=8D=E8=BF=87=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/red/circle/other/app/command/task/CheckInExe.java | 4 ++++ 1 file changed, 4 insertions(+) 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 5ab3ab89..c601e493 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 @@ -143,6 +143,10 @@ public class CheckInExe { * @return 过期时间(毫秒) */ private long getExpiredTime(boolean isAziziCheckIn, Long userId) { + if (isAziziCheckIn) { + return -1L; + } + Duration duration = getDuration(); long expiredTime = duration.plusDays(1).toMillis();