azizi签到过期改为365天
This commit is contained in:
parent
1e1b0ddf36
commit
700a4e1a70
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user