修正site未找到的bug
This commit is contained in:
parent
78b6529a84
commit
cbae7af8a3
@ -162,7 +162,7 @@ const parseOneBook = async (book) => {
|
||||
if (chapterListData.code === 1) {
|
||||
hasChapter = true;
|
||||
chapterListData.book_id = bookId;
|
||||
chapterListData.site = siteId;
|
||||
chapterListData.site = site.site;
|
||||
let chapterRecord = new BookChapter({
|
||||
data: chapterListData,
|
||||
type: 'book_chapter'
|
||||
|
Loading…
x
Reference in New Issue
Block a user