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 3750d5e commit 5b5907dCopy full SHA for 5b5907d
src/main/java/tk/mybatis/mapper/entity/Example.java
@@ -118,6 +118,7 @@ private Example(Builder builder) {
118
this.excludeColumns = builder.excludeColumns;
119
this.oredCriteria = builder.exampleCriterias;
120
this.forUpdate = builder.forUpdate;
121
+ this.tableName = builder.tableName;
122
123
if (!StringUtil.isEmpty(builder.orderByClause.toString())) {
124
this.orderByClause = builder.orderByClause.toString();
0 commit comments