1

我写了一个在 mongo 环境中工作的 mongo 查询。我需要在 Spring 中使用 MongoTemplate 重写相同的查询。尝试了几种方法,但它对我不起作用。有人可以帮我解决这个问题吗?谢谢。

这是 mongo 查询:

db.getCollection('tenMinAggData_JAT').find({ $where: function(){ return (this.ET - this._id.ST) > 3600 }})
4

0 回答 0