未验证 提交 6eecd39c 编写于 作者: wangyaqi1994's avatar wangyaqi1994 提交者: Gitee

!427 update docs/uniCloud/cf-database-dbcmd.md.

Merge pull request !427 from NightWhite/N/A
......@@ -98,8 +98,8 @@ function and(...expressions: Expression[]): Command
```js
let res = await const dbCmd = db.command
db.collection('todo').where({
const dbCmd = db.command
let res = await db.collection('todo').where({
progress: dbCmd.gt(80).or(dbCmd.lt(20))
}).get()
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册