This commit is contained in:
make
2025-04-29 16:36:22 +08:00
parent 0137ecaa69
commit e0de1404f6
11 changed files with 67 additions and 48 deletions

View File

@@ -252,7 +252,7 @@ class ChapterService
$arrChapter['pre_chapter'] = $arrPreChapter;
$arrChapter['next_chapter'] = $arrNextChapter;
// var_dump($arrChapter['c_name']);exit;
// 更新值
ConverterMovel::setVal([
'intPage' => 1,
@@ -262,8 +262,8 @@ class ChapterService
'strNovelStatus' => $arrNovel['n_status'],
'strNovelDescription' => $arrNovel['n_description'],
'strChapterDescription' => $strChapterDescription,
'strNovelChapterName' => $arrChapter['c_name'],
'strNovelChapterSort' => $arrChapter['c_sort_num'],
'strNovelChapterName' => $arrChapter['c_name'] ?? '',
'strNovelChapterSort' => $arrChapter['c_sort_num'] ?? 0,
]);
return $arrChapter;