@@ -86,8 +86,8 @@ public class StudentCache extends RandomObjectRedisCache<StudentCacheBean> {
@Override
protected int getTimeout() {
- // 30分钟
- return 60 * 30;
+ // 60分钟
+ return 60 * 60;
}