mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-11-01 03:28:41 +08:00 
			
		
		
		
	Merge branch 'master' of https://github.com/YunaiV/ruoyi-vue-pro
This commit is contained in:
		| @ -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) { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV