|
@@ -311,7 +311,7 @@ public class ApplyTaskCacheService implements CacheConstants {
|
|
|
this.saveStudentApplyRecord(bean);
|
|
|
}
|
|
|
|
|
|
- redisClient.expire(cacheKey, CACHE_TIME_OUT_30, TimeUnit.DAYS);
|
|
|
+ redisClient.expire(cacheKey, CACHE_TIME_OUT_60, TimeUnit.DAYS);
|
|
|
return maps;
|
|
|
}
|
|
|
|