标签: node.js mongodb mongoose mongoose-populate database
我正在尝试在可能与其他集合有关系的非必填字段上使用populate,或者可能是空白的,当我尝试填充该字段时,它会给出错误
"强制转换为ObjectId""在路径" _id""
代码:
<:&:> {/* ... */}
现在纸质文件中的3_id可能是空白的。
Paper.find(query).populate('1').populate('2').populate('3').exec(cb)