This commit is contained in:
make
2025-04-03 16:47:32 +08:00
parent f286309918
commit 6f76ba8476
9 changed files with 99 additions and 41 deletions

View File

@@ -597,11 +597,12 @@ class NovelModel extends MongoModel
'n_cover_path' => 1,
'n_novel_author' => 1,
'og_novel_category' => 1,
'og_description' => 1,
'og_description' => 1,
'og_novel_status' => 1,
],
]
);
$arrResult = iterator_to_array($Cursor);