修改文章分类的缓存

This commit is contained in:
augushong
2021-03-29 12:45:37 +08:00
parent a993db8781
commit 93be540b54
6 changed files with 22 additions and 4 deletions

View File

@@ -21,6 +21,9 @@ class Post extends Common
$list_post = ModelPost::quickSelect(true);
if (!empty($this->request->param('id'))) {
ModelPost::quickFind($this->request->param('id'), true);
}
}
/**