mirror of https://gitee.com/stylefeng/roses
【8.0】【menu】修复获取首页时候菜单顺序不对的问题
parent
a4264db3c1
commit
844af97872
|
@ -296,6 +296,9 @@ public class UserIndexInfoService {
|
||||||
|
|
||||||
userIndexInfo.setPermissionCodeList(permissionCodeList);
|
userIndexInfo.setPermissionCodeList(permissionCodeList);
|
||||||
|
|
||||||
|
// 将用户菜单进行排序处理
|
||||||
|
userMenuList.sort(Comparator.comparing(SysMenu::getMenuSort));
|
||||||
|
|
||||||
return userMenuList;
|
return userMenuList;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue