fix: 文档方法调用错误。

This commit is contained in:
Suomm 2023-08-17 09:59:04 +08:00
parent 73b2da97f5
commit 8f3183b8c9

View File

@ -239,8 +239,8 @@ ArticleVo articleVo = articleService.queryChain()
```java
// 新增 Row 构建
DbChain.table("tb_account")
.set(RowKey.AUTO)
.set("user_name", "王帅")
.setId(RowKey.AUTO)
.set("user_name", "zhang san")
.set("age", 18)
.set("birthday", new Date())
.save();