This commit is contained in:
YunaiV 2022-05-02 18:07:12 +08:00
commit 272e7dd206

View File

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