Skip to content

Commit 5b5907d

Browse files
Ngone51abel533
authored andcommitted
在builder构建中,添加tableName的初始化
1 parent 3750d5e commit 5b5907d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/tk/mybatis/mapper/entity/Example.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ private Example(Builder builder) {
118118
this.excludeColumns = builder.excludeColumns;
119119
this.oredCriteria = builder.exampleCriterias;
120120
this.forUpdate = builder.forUpdate;
121+
this.tableName = builder.tableName;
121122

122123
if (!StringUtil.isEmpty(builder.orderByClause.toString())) {
123124
this.orderByClause = builder.orderByClause.toString();

0 commit comments

Comments
 (0)