From cbae7af8a31d22f449546cfb1f5a90f40f1de2d4 Mon Sep 17 00:00:00 2001 From: zhl Date: Wed, 3 Apr 2019 17:36:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3site=E6=9C=AA=E6=89=BE?= =?UTF-8?q?=E5=88=B0=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sites/book.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sites/book.js b/src/sites/book.js index 1b7f62a..47f3a0c 100644 --- a/src/sites/book.js +++ b/src/sites/book.js @@ -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'