Merge branch 'master' of https://github.com/YunaiV/ruoyi-vue-pro
This commit is contained in:
commit
272e7dd206
@ -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
Block a user