标签: mongodb scala reactivemongo
我在mongodb中有ts: Timestamp(1437688345, 2)的记录。当scala应用程序中的reactivemongo检索到此记录时,它包含ts: BSONTimestamp(6174824423615365122)。
ts: Timestamp(1437688345, 2)
ts: BSONTimestamp(6174824423615365122)
在这种情况下,如何查询数据库中时间戳大于ts: Timestamp(1437688345, 2)的所有文档?