This commit is contained in:
Looly
2019-10-20 22:18:57 +08:00
parent 7db9955f00
commit ba23a1f192
3 changed files with 5 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ public class Wrapper {
}
//如果字段中包含通配符或者括号(字段通配符或者函数),不做包装
if(StrUtil.containsAnyIgnoreCase(field, "*", "(", " ", "as")) {
if(StrUtil.containsAnyIgnoreCase(field, "*", "(", " ", " as ")) {
return field;
}