小说第一版本url 设计
This commit is contained in:
@@ -102,6 +102,7 @@ class NovelModel extends MongoModel
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
$Cursor = $this->getCol()->find($arrFilter, $arrOptions);
|
||||
$arrResult = iterator_to_array($Cursor);
|
||||
|
||||
@@ -217,9 +218,11 @@ class NovelModel extends MongoModel
|
||||
'og_novel_book_name' => 1,
|
||||
'og_novel_pin_yin' => 1,
|
||||
'n_cover_path' => 1,
|
||||
'n_novel_author' => 1,
|
||||
'og_novel_author' => 1,
|
||||
'og_novel_category' => 1,
|
||||
'og_description' => 1,
|
||||
'og_novel_update_time' => 1,
|
||||
'og_novel_latest_chapter_name' => 1,
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user