mongodb template查询数据是字段1减去字段2的时间差超过30分钟,并且是三天内的数据。字段1和字段2是时间戳,怎么写
db.email.find({ $where: "this.bounceCount > this.sentCount"+时间戳 }); 这个转换成MongoDB template的高级查询,可以调用复杂查询接口,直接用上面的;