Commit 5228d1f1 by guojuxing

用户路由权限

parent c116ecb6
......@@ -46,7 +46,7 @@ public class MenuRoleServiceImpl implements MenuRoleService{
@Override
public List<MenuRoleDTO> listMenuRoleByRoleId(List<Integer> roleIdList) {
if (CollectionUtils.isNotEmpty(roleIdList)) {
if (CollectionUtils.isEmpty(roleIdList)) {
return new ArrayList<>();
}
List<TabSysMenuRole> list = tabSysMenuRoleMapper.listMenuRoleByRoleIdList(roleIdList);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment