zhou zhou
昨天 89847f0c5a5d37e5a720afd32cdd7e4d9ead664b
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);
}