From 766b807f24e112180ddb09ef4a23eddc801b6b1d Mon Sep 17 00:00:00 2001 From: augushong Date: Thu, 29 Jun 2023 10:39:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=86=E5=8F=B2=E8=AE=B0=E5=BD=95=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/controller/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,