sth changed
This commit is contained in:
parent
b533a96d15
commit
d8a56bd346
@ -204,7 +204,7 @@ const parseAllBookList = async (sex, ltype) => {
|
|||||||
let bookList = await SpiderData.find({
|
let bookList = await SpiderData.find({
|
||||||
'data.sex': sex,
|
'data.sex': sex,
|
||||||
'data.ltype_id': ltype,
|
'data.ltype_id': ltype,
|
||||||
status: 0,
|
status: 1,
|
||||||
type: 'book'
|
type: 'book'
|
||||||
});
|
});
|
||||||
for(let book of bookList) {
|
for(let book of bookList) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user