Merge branch 'dev'

This commit is contained in:
2025-07-18 13:36:33 +08:00
2 changed files with 3 additions and 1 deletions

View File

@@ -205,6 +205,7 @@ class TopicNas extends Common
->language($this->lang_id)
->parent($parent)
->isShow(true)
->order(['sort' => 'asc', 'id' => 'desc'])
->select();
View::assign('article_categorys', $article_categorys);