Skip to content

Commit

Permalink
解决abel533#107
Browse files Browse the repository at this point in the history
  • Loading branch information
abel533 committed Mar 23, 2016
1 parent 06a5b6a commit b051b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tk/mybatis/mapper/entity/EntityTable.java
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public String getPrefix() {
return catalog;
}
if (StringUtil.isNotEmpty(schema)) {
return catalog;
return schema;
}
return "";
}
Expand Down

0 comments on commit b051b85

Please sign in to comment.