diff --git a/epmet-cloud-generator/src/main/java/io/renren/utils/GenUtils.java b/epmet-cloud-generator/src/main/java/io/renren/utils/GenUtils.java index 1b1959d1a2..e6571fe2c5 100644 --- a/epmet-cloud-generator/src/main/java/io/renren/utils/GenUtils.java +++ b/epmet-cloud-generator/src/main/java/io/renren/utils/GenUtils.java @@ -125,7 +125,7 @@ public class GenUtils { map.put("pk", tableEntity.getPk()); map.put("className", tableEntity.getClassName()); map.put("classname", tableEntity.getClassname()); - map.put("pathName", tableEntity.getClassname().toLowerCase()); + map.put("pathName", tableEntity.getClassname()); map.put("columns", tableEntity.getColumns()); map.put("hasBigDecimal", hasBigDecimal); map.put("main", main);