Merge branch 'ozq-dev' into dev
This commit is contained in:
@@ -263,7 +263,7 @@ class TopicNas extends Common
|
|||||||
->isShow(true)
|
->isShow(true)
|
||||||
->order(['sort' => 'asc', 'id' => 'desc'])
|
->order(['sort' => 'asc', 'id' => 'desc'])
|
||||||
->select();
|
->select();
|
||||||
dump($article_categorys);exit;
|
dump($article_categorys->toArray());exit;
|
||||||
//查询三级分类
|
//查询三级分类
|
||||||
$article_categorys_new = [];
|
$article_categorys_new = [];
|
||||||
if (!$article_categorys->isEmpty()) {
|
if (!$article_categorys->isEmpty()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user