例如const ProjectSchema = new mongoose.Schema({name : { type:String },time : { type:Date, default:Date.now },url : { type: String},user : { type: Object},proId : {type: String},spaceId : {type: String},description: {type: String},participant: {type: Array}})我需要 通過 傳入的id 查找,participant里面含有該id的數(shù)據(jù)
- 0 回答
- 0 關注
- 860 瀏覽
添加回答
舉報
0/150
提交
取消