📜  通过 ids 数组查找 mongoose - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:17.201000             🧑  作者: Mango

代码示例2
const records = await Model.find().where('_id').in(ids).exec();