mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-11-07 17:53:44 +08:00
fix 表名转换问题
This commit is contained in:
@@ -185,7 +185,7 @@ public class GenUtils
|
|||||||
String[] searchList = StrUtil.split(tablePrefix, ",");
|
String[] searchList = StrUtil.split(tablePrefix, ",");
|
||||||
tableName = replaceFirst(tableName, searchList);
|
tableName = replaceFirst(tableName, searchList);
|
||||||
}
|
}
|
||||||
return StrUtil.toCamelCase(tableName);
|
return StrUtil.upperFirst(StrUtil.toCamelCase(tableName));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user