Merge branch 'dev' of ssh://git.bgbg.live:18150/root/SEONexus into dev
This commit is contained in:
@@ -263,7 +263,7 @@ class ChapterService
|
||||
|
||||
$arrChapter['pre_chapter'] = $arrPreChapter;
|
||||
$arrChapter['next_chapter'] = $arrNextChapter;
|
||||
// var_dump($arrChapter['c_name']);exit;
|
||||
|
||||
// 更新值
|
||||
ConverterMovel::setVal([
|
||||
'intPage' => 1,
|
||||
@@ -273,8 +273,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