提交 7c668fa6 编写于 作者: 雪洛's avatar 雪洛

docs: fix spell error

上级 7f643295
......@@ -3296,7 +3296,7 @@ let res = await db.collection('orders').aggregate()
以下操作连接 `orders``books` 集合,要求两个条件:
- orders 的 book 字段与 books 的 title 字段相等
- books 的 stock 字段 大于或等于 orders 的 quantityorders 字段
- books 的 stock 字段 大于或等于 orders 的 quantity 字段
```js
const db = cloud.database()
const dbCmd = db.command
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册