mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
fix: 文档方法调用错误。
This commit is contained in:
parent
73b2da97f5
commit
8f3183b8c9
@ -239,8 +239,8 @@ ArticleVo articleVo = articleService.queryChain()
|
|||||||
```java
|
```java
|
||||||
// 新增 Row 构建
|
// 新增 Row 构建
|
||||||
DbChain.table("tb_account")
|
DbChain.table("tb_account")
|
||||||
.set(RowKey.AUTO)
|
.setId(RowKey.AUTO)
|
||||||
.set("user_name", "王帅")
|
.set("user_name", "zhang san")
|
||||||
.set("age", 18)
|
.set("age", 18)
|
||||||
.set("birthday", new Date())
|
.set("birthday", new Date())
|
||||||
.save();
|
.save();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user