- 当前 Bug 的表现(可附上截图)
数据库内的timestamp数据格式为Date,使用_.lt(Date)方式无用,永远得到的是空数组
db.collection('collection').where({ timestamp: _.lt(new Date()) }).get().then(res => console.log(res))
- 预期表现
见上
- 复现路径
见上
- 提供一个最简复现 Demo
见上
框架类型 | 问题类型 | 终端类型 | AppID | 基础库版本 |
---|---|---|---|---|
小程序 | Bug | 客户端 | wx2165fead07f4acea | 2.4.0 |
2 个回答
Date对象无法查询问题,这是一个已知bug,会在wx-server-sdk的下个版本中修复
有计划什么时候发布么?