From 78b6529a84e9fe91dd378708f8cadced999684cf Mon Sep 17 00:00:00 2001 From: zhl Date: Wed, 3 Apr 2019 17:34:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=97=B6=EF=BC=8C=E9=87=87?= =?UTF-8?q?=E7=94=A8=E9=BB=98=E8=AE=A4=E6=8E=92=E5=BA=8F?= 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 bc4f049..1b7f62a 100644 --- a/src/sites/book.js +++ b/src/sites/book.js @@ -195,7 +195,7 @@ const parseAllBookList = async (sex, ltype) => { 'data.ltype_id': ltype, status: 0, type: 'book' - }).sort({'data.book_id': 1}); + }); for(let book of bookList) { generalQueue.addQueue({ run: async function () {