gpt4 book ai didi

grails - Gorm Findallby日期提示

转载 作者:行者123 更新时间:2023-12-02 15:39:41 26 4
gpt4 key购买 nike

任何实现findAllByGreaterThan的快速提示,这样我就可以过滤那些日期为今天(从00:00至今)的记录。

提前致谢

最佳答案

也许像(假设Book是一个域类)

Book.findAll("from Book b where b.lastCheckedOut >= current_date()")

它可能像
Book.findAllGreaterThanEquals("current_date()")

关于grails - Gorm Findallby日期提示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2582104/

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