查询时,采用默认排序
This commit is contained in:
parent
08c0724816
commit
78b6529a84
@ -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 () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user