zhou zhou
8 天以前 029559f7cedded183bd1fbd09a5ebb576a9fa21d
rsf-server/src/main/java/com/vincent/rsf/server/system/mapper/RoleMenuMapper.java
@@ -17,6 +17,10 @@
    @InterceptorIgnore(tenantLine = "true")
    List<Menu> listMenuByUserId(@Param("userId") Long userId, @Param("type") Integer menuType);
    @InterceptorIgnore(tenantLine = "true")
    List<Menu> listButtonByUserId(@Param("userId") Long userId);
    List<Long> listStrictlyMenuByRoleId(@Param("roleId") Long roleId);
}