var data = await NoticeList.find({}, null, { lean: true }, function(error,res) {res[0].isParse = true;}).populate({ path: "_belong", select: ["userInfo", "_id"]});数据data 还是返回原来的数据 ,第一条数据 的isParse 并没有加上。怎么回事
添加回答
举报
0/150
提交
取消