gpt4 book ai didi

ruby-on-rails - RoR中的ActiveRecord如何选择日期小于

转载 作者:行者123 更新时间:2023-12-03 16:06:07 25 4
gpt4 key购买 nike

请可以解决这个选择:

@d_repeats = Event.where(:repeat => 'daily', :shedule < date.end_of_month )

这里 :shedule < date.end_of_month是不正确的。应该怎样?

最佳答案

你可以做

@d_repeats = Event.where(:repeat => 'daily').where("schedule < ?", date.end_of_month )

关于ruby-on-rails - RoR中的ActiveRecord如何选择日期小于,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15808102/

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