mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 10:18:42 +08:00 
			
		
		
		
	1. 优化分配菜单的逻辑,使用批量插入
2. 修复 CodegenEngine 生成代码时,Mapper.XML 地址不对
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}-impl/" + // 子模块 | ||||
|                 "src/resources/mapper/${table.businessName}/${table.className}Mapper.xml"; | ||||
|                 "src/main/java/resources/mapper/${table.businessName}/${table.className}Mapper.xml"; | ||||
|     } | ||||
|  | ||||
|     private static String vueTemplatePath(String path) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV