We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc439a3 commit aec6fc2Copy full SHA for aec6fc2
README.md
@@ -1391,8 +1391,8 @@ public class Test {
1391
Tb.builder()
1392
.id(102)
1393
.field1("ts1")
1394
- .nextVersion(System.currentTimeMillis()) // 传入nextVersion
1395
.build()
+ .nextVersion(System.currentTimeMillis()) // 传入nextVersion
1396
);
1397
// 对应生成的Sql: update tb set version = 1525773888559, field1 = 'ts1' where version = 100 and id = 102
1398
}
0 commit comments