草庐IT

scheduleInterviewStatus

全部标签

node.js - 无法更新mongodb中的数据

我需要更新一些字段我正在使用mongoose驱动程序和expressjs架构:varmongoose=require('mongoose'),Schema=mongoose.Schema;varProfilesSchema=newSchema({presentRound:{type:Number,default:1},scheduleInterviewStatus:{type:Boolean,default:false},interviewStatus:String,ratings:[{round:Number,rating:Number,feedback:String,intervi