mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 17:18:24 +08:00
style: update code style
This commit is contained in:
parent
f1c7b1e3c8
commit
c6517b4b27
@ -62,6 +62,7 @@ public class CommonsDialectImpl implements IDialect {
|
||||
return ASTERISK.equals(keyword) ? keyword : keywordWrap.wrap(keyword);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String wrapColumnAlias(String keyword) {
|
||||
return ASTERISK.equals(keyword) ? keyword : keywordWrap.getPrefix() + keyword + keywordWrap.getSuffix();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user