Commit fe79b635 by huangjinxin

fix:用户权限返回取消排序

1 parent adb25d34
......@@ -177,8 +177,8 @@ public class UserService {
}
resourceInfo.setChildren(levelTowConvert);
}
levelOne = levelOne.stream().sorted(Comparator.comparing(ResourceInfo::getOrder))
.collect(Collectors.toList());
// levelOne = levelOne.stream().sorted(Comparator.comparing(ResourceInfo::getOrder))
// .collect(Collectors.toList());
userDTO.setMenus(levelOne);
//用户组织机构从关联表获取
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!