Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我有这样的字段:
object testDates extends MongoListField[Test, DateTime](this)
我可以查询一下这个列表的最大日期是否在现在之后?
Test.where(_.testDates after now)
应该这样做