mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-23 23:09:47 +08:00
update 优化 SysMenu 的 selectObjs 查询
This commit is contained in:
@ -161,6 +161,7 @@ public class SysMenuServiceImpl implements ISysMenuService {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
return baseMapper.selectObjs(new LambdaQueryWrapper<SysMenu>()
|
return baseMapper.selectObjs(new LambdaQueryWrapper<SysMenu>()
|
||||||
|
.select(SysMenu::getMenuId)
|
||||||
.in(SysMenu::getMenuId, menuIds)
|
.in(SysMenu::getMenuId, menuIds)
|
||||||
.notIn(CollUtil.isNotEmpty(parentIds), SysMenu::getMenuId, parentIds), x -> {
|
.notIn(CollUtil.isNotEmpty(parentIds), SysMenu::getMenuId, parentIds), x -> {
|
||||||
return Convert.toLong(x);
|
return Convert.toLong(x);
|
||||||
|
Reference in New Issue
Block a user