mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-04 00:24:29 +08:00
feat: 导出增加分类显示
This commit is contained in:
@@ -201,6 +201,9 @@ class Post extends Common
|
||||
View::assign('post', $model_post);
|
||||
View::assign('list_post_platform', $list_post_platform);
|
||||
|
||||
$list_post_category = PostCategory::with('category')->where('post_id', $id)->select();
|
||||
View::assign('list_post_category', $list_post_category);
|
||||
|
||||
return View::fetch();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user