Merge branch 'ozq-dev' into dev

This commit is contained in:
ouzhiqiang
2025-09-18 16:11:52 +08:00

View File

@@ -277,7 +277,7 @@ class TopicNas extends Common
} }
if ( !empty($article_categorys_two) ) { if ( !empty($article_categorys_two) ) {
foreach ($article_categorys_new as &$vvv) { foreach ($article_categorys_new as &$vvv) {
$vvv['child'] = isset($article_categorys_two[$vvv->pid])?$article_categorys_two[$vvv->pid]:''; $vvv['child'] = isset($article_categorys_two[$vvv->id])?$article_categorys_two[$vvv->id]:'';
} }
} }
} }