Browse Source

Merge branch 'master' of https://github.com/YunaiV/ruoyi-vue-pro

YunaiV 3 years ago
parent
commit
272e7dd206

+ 1 - 1
yudao-module-infra/yudao-module-infra-biz/src/main/java/cn/iocoder/yudao/module/infra/service/codegen/inner/CodegenEngine.java

@@ -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) {