修复代码生成器biz路径问题
parent
2d797ef3e8
commit
93718f9167
|
@ -217,7 +217,7 @@ public class CodegenEngine {
|
|||
private static String mapperXmlFilePath() {
|
||||
return "yudao-module-${table.moduleName}/" + // 顶级模块
|
||||
"yudao-module-${table.moduleName}-biz/" + // 子模块
|
||||
"src/main/java/resources/mapper/${table.businessName}/${table.className}Mapper.xml";
|
||||
"src/main/resources/mapper/${table.businessName}/${table.className}Mapper.xml";
|
||||
}
|
||||
|
||||
private static String vueTemplatePath(String path) {
|
||||
|
|
Loading…
Reference in New Issue