提交 57fbdce2 编写于 作者: crlfe's avatar crlfe 😲

Update cf-database.md

上级 df10fc7e
...@@ -1200,6 +1200,13 @@ await db.collection('test').where({ ...@@ -1200,6 +1200,13 @@ await db.collection('test').where({
} }
``` ```
**响应参数**
| 参数 | 类型 | 说明 |
| ---- | ------| ---------------------------------------- |
|updated| Number| 更新成功条数,数据更新前后没变化时会返回0 |
|doc|Object|null|更新后的文档|
**注意** **注意**
- 使用updateAndReturn时,不可使用field方法 - 使用updateAndReturn时,不可使用field方法
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册