gpt4 book ai didi

ruby-on-rails - 比较 MongoID on Rails 中的两个参数

转载 作者:太空宇宙 更新时间:2023-11-03 16:45:14 25 4
gpt4 key购买 nike

我正在尝试使用 MongoID 在 Rails 中进行这样的查询:

"Find Tasks Where Date is less than Done_date and Done_date is between the beginning of this week and the end of this week"

我找到了一种方法来比较 Mongo id 中的两个元素:

Tasks.collection.find({"$where" => 'this.date >= this.done_date'})

但我真的不知道如何在其中添加日期范围。

最佳答案

试试这个:

Tasks.where('$where' => 'this.date >= this.done_date')

关于ruby-on-rails - 比较 MongoID on Rails 中的两个参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34421482/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com