云开发控制台>数据库>高级操作 无法使用 expr 操作符
发布于 6 年前 作者 jielin 2118 次浏览 来自 官方Issues
db.collection('items').where(_.expr($.gt('$ordered', '$inStock'))).get()

RuntimeError: cannot read property ‘expr’

回到顶部