我这样写是可以的 let res = await db.collection('files').field({url: true, _id:true}).where({md5: e.fileMD5}).get() if (res.data.length) { return res.data[0] }
1***@qq.com (作者)
是我忘记加await了。。。
2021-01-18 22:55
MonikaChen
回复 1***@qq.com: 我也曾经犯过这种错误
2021-01-18 23:02