Commit 25310e7b by guojuxing

运维人员登录查询菜单权限修复

parent b2c77477
......@@ -1114,7 +1114,7 @@ public class MenuApiServiceImpl implements MenuApiService {
//todo 运营人员的部门职位;根据手机号查询运维人员的部门职位信息
//如果是运营人员
Set<String> departPosition = params.getDepartPosition();
Set<String> departPosition = new HashSet<>(2);
//过滤运营人员的部门职位权限
Map<String, List<TabSysMenuAuthDepart>> departMap = getAuthDepartMap(null);
resultList = resultList.stream().filter(e -> {
......
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