mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	fix 修复 代码生成 mapper 被租户插件拦截问题
This commit is contained in:
		@@ -11,7 +11,7 @@ import java.util.List;
 | 
				
			|||||||
 *
 | 
					 *
 | 
				
			||||||
 * @author Lion Li
 | 
					 * @author Lion Li
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
@InterceptorIgnore(dataPermission = "true")
 | 
					@InterceptorIgnore(dataPermission = "true", tenantLine = "true")
 | 
				
			||||||
public interface GenTableColumnMapper extends BaseMapperPlus<GenTableColumnMapper, GenTableColumn, GenTableColumn> {
 | 
					public interface GenTableColumnMapper extends BaseMapperPlus<GenTableColumnMapper, GenTableColumn, GenTableColumn> {
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * 根据表名称查询列信息
 | 
					     * 根据表名称查询列信息
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -13,7 +13,7 @@ import java.util.List;
 | 
				
			|||||||
 *
 | 
					 *
 | 
				
			||||||
 * @author Lion Li
 | 
					 * @author Lion Li
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
@InterceptorIgnore(dataPermission = "true")
 | 
					@InterceptorIgnore(dataPermission = "true", tenantLine = "true")
 | 
				
			||||||
public interface GenTableMapper extends BaseMapperPlus<GenTableMapper, GenTable, GenTable> {
 | 
					public interface GenTableMapper extends BaseMapperPlus<GenTableMapper, GenTable, GenTable> {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user