云开发服务端数据库操作.field方法报错
今天突然发现在加了field方法的云函数都一致报如下错:
测试代码:
const orderRes = await db.collection('order').where({ user: OPENID }).field({ _id: true, createTime: true, productList: true }).get() |
我猜测是官方的bug,所以特此求证一下!
今天突然发现在加了field方法的云函数都一致报如下错:
测试代码:
const orderRes = await db.collection('order').where({ user: OPENID }).field({ _id: true, createTime: true, productList: true }).get() |
我猜测是官方的bug,所以特此求证一下!