diff --git a/app/index/controller/Index.php b/app/index/controller/Index.php index 11dc92c..118510d 100644 --- a/app/index/controller/Index.php +++ b/app/index/controller/Index.php @@ -108,7 +108,7 @@ class Index extends Common if(!empty($post_id)) { $model_list_visit->where('post_id', $post_id); } - + $model_list_visit->cache(60); $list_visit = $model_list_visit->paginate([ 'url' => 'Index/visit', 'list_rows' => 20,