mirror of
https://gitee.com/y_project/RuoYi-Vue.git
synced 2025-12-21 04:46:40 +08:00
fix 修复主键溢出问题 将查询返回类型改为 Long
This commit is contained in:
@ -52,7 +52,7 @@ public interface ISysMenuService
|
||||
* @param roleId 角色ID
|
||||
* @return 选中菜单列表
|
||||
*/
|
||||
public List<Integer> selectMenuListByRoleId(Long roleId);
|
||||
public List<Long> selectMenuListByRoleId(Long roleId);
|
||||
|
||||
/**
|
||||
* 构建前端路由所需要的菜单
|
||||
|
||||
Reference in New Issue
Block a user