fix 修复主键溢出问题 将查询返回类型改为 Long

This commit is contained in:
疯狂的狮子li
2021-12-03 11:11:43 +08:00
parent 2c3f1c28e5
commit 965ebd0f03
12 changed files with 12 additions and 12 deletions

View File

@ -52,7 +52,7 @@ public interface ISysMenuService
* @param roleId 角色ID
* @return 选中菜单列表
*/
public List<Integer> selectMenuListByRoleId(Long roleId);
public List<Long> selectMenuListByRoleId(Long roleId);
/**
* 构建前端路由所需要的菜单