mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-06 16:48:24 +08:00
fix: 文档方法调用错误。
This commit is contained in:
parent
73b2da97f5
commit
8f3183b8c9
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user