.populate在非必需的字段mongoose上

时间:2016-05-19 09:22:39

标签: node.js mongodb mongoose mongoose-populate database

我正在尝试在可能与其他集合有关系的非必填字段上使用populate,或者可能是空白的,当我尝试填充该字段时,它会给出错误

"强制转换为ObjectId""在路径" _id""

代码:

<:&:> {/* ... */}

现在纸质文件中的3_id可能是空白的。

架构就像

Paper.find(query).populate('1').populate('2').populate('3').exec(cb)

0 个答案:

没有答案