修复了一些bug

This commit is contained in:
czx
2019-07-03 22:46:06 +08:00
parent 364a6b7b37
commit f6ddd04217
19 changed files with 59 additions and 52 deletions

View File

@@ -193,7 +193,7 @@ public class GenUtils {
}
if (template.contains("Mapper.xml.vm" )) {
return "main" + File.separator + "resources" + File.separator + "mapper" + File.separator + moduleName + File.separator + className + "mapper.xml";
return "main" + File.separator + "resources" + File.separator + "mapper" + File.separator + moduleName + File.separator + className + "Mapper.xml";
}
if (template.contains("list.html.vm" )) {