Skip to content

Commit b051b85

Browse files
committed
1 parent 06a5b6a commit b051b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public String getPrefix() {
125125
return catalog;
126126
}
127127
if (StringUtil.isNotEmpty(schema)) {
128-
return catalog;
128+
return schema;
129129
}
130130
return "";
131131
}

0 commit comments

Comments
 (0)