This commit is contained in:
make
2025-04-14 15:22:24 +08:00
parent 0cdba635c1
commit 910981ad51

View File

@@ -393,7 +393,7 @@ class Novel extends BaseController
}
}
// 分拼音
// 分拼音
$arrNovel['category_pinyin'] = CategoryModel::getPinYinByZh($arrNovel['og_novel_category']);
$arrNovel['category_sex'] = $arrNovel['category_sex'] ?? 'man';