debug
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user