Skip to content

Commit

Permalink
优化sql
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou-hao committed Jan 16, 2019
1 parent d3e7b69 commit 4eda1c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public SqlAppender accept(String wherePrefix, Term term, RDBColumnMetaData colum
}
for (int i = 0; i < len; i++) {
if (i > 0) {
termCondition.addSpc("or");
termCondition.addSpc(" or");
}
if (parent) {
SqlFunction function = dialect.getFunction(SqlFunction.concat);
Expand Down

0 comments on commit 4eda1c8

Please sign in to comment.