This commit is contained in:
make
2025-04-14 15:21:44 +08:00
parent 0c17a3ea1a
commit 0cdba635c1

View File

@@ -395,6 +395,7 @@ class Novel extends BaseController
// 分品拼音
$arrNovel['category_pinyin'] = CategoryModel::getPinYinByZh($arrNovel['og_novel_category']);
$arrNovel['category_sex'] = $arrNovel['category_sex'] ?? 'man';
// 最后章节
$ChapterModel = ChapterModel::getInstance();