新增:添加租户接口(去掉权限)
This commit is contained in:
@@ -23,7 +23,7 @@ public interface RoleMenuMapper extends BaseMapper<RoleMenu> {
|
||||
* @param menuType 菜单类型
|
||||
* @return List<Menu>
|
||||
*/
|
||||
@InterceptorIgnore(tenantLine = "true")
|
||||
// @InterceptorIgnore(tenantLine = "true")
|
||||
List<Menu> listMenuByUserId(@Param("userId") Integer userId, @Param("menuType") Integer menuType);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user