db.collection('database')
.where({
"节点层级": 0
})
.field({
_id: true,
"排序": true
})
.orderBy('排序', 'asc')
.get()
以上在微信开发者工具 - 云开发 - 线上调试语句执行无问题。
但放到云函数中会报函数执行失败
框架类型 | 问题类型 | 终端类型 | AppID | 环境ID | 基础库版本 |
---|---|---|---|---|---|
小程序 | Bug | 工具 | wxde0042a8a66391b3 | online-2gr67ntc0f5a3f1a | 2.14.1 |