我现在知道book,怎么查到fileID?
db.collection(‘xxxx’).where({
book: ‘书名’
}).get().then(res=>{
console.log(res)
})