mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-05 20:02:49 +08:00
修改文章分类的缓存
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user