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();