fix 表名转换问题
This commit is contained in:
parent
3d6fbb93f5
commit
7d47e1e81b
@ -185,7 +185,7 @@ public class GenUtils
|
||||
String[] searchList = StrUtil.split(tablePrefix, ",");
|
||||
tableName = replaceFirst(tableName, searchList);
|
||||
}
|
||||
return StrUtil.toCamelCase(tableName);
|
||||
return StrUtil.upperFirst(StrUtil.toCamelCase(tableName));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user