使用greaterThan查询数据创建时间"createdAt",返回包括了equal的数据。
也就是说对于同class的数据,查询其他列,greaterThan与greaterThanOrEqualTo效果不同,而对于"createdAt",两者效果相同。
是我使用不规范,还是bug?
使用greaterThan查询数据创建时间"createdAt",返回包括了equal的数据。
也就是说对于同class的数据,查询其他列,greaterThan与greaterThanOrEqualTo效果不同,而对于"createdAt",两者效果相同。
是我使用不规范,还是bug?
10 回答11.7k 阅读
2 回答3.2k 阅读✓ 已解决
4 回答2.2k 阅读✓ 已解决
3 回答1.2k 阅读✓ 已解决
3 回答865 阅读✓ 已解决
3 回答1k 阅读✓ 已解决
2 回答1.2k 阅读✓ 已解决
应该是时间精度问题,我们的时间是精度到毫秒的。