wangjian963
acbcd6eacf
fix: 修复菜单parentId为NULL时获取路由NPE
路由构建时 SysMenu.getParentId() 可能返回 NULL(数据库 parent_id 为 NULL),
在 buildMenus/getRouterPath/getComponent/isMenuFrame/isParentView/getChildList
中直接调用 .intValue()/.longValue() 触发自动拆箱 NPE,导致前端路由加载失败。
2026-06-24 11:54:26 +08:00
..
2026-06-10 08:37:25 +08:00
2026-06-05 13:36:28 +08:00
2026-06-21 04:34:29 +08:00
2026-06-21 05:08:31 +08:00
2026-06-18 13:52:35 +08:00
2026-06-20 14:13:34 +08:00
2026-06-15 15:40:26 +08:00
2026-06-05 13:36:28 +08:00
2026-06-24 11:54:26 +08:00
2026-06-21 05:08:31 +08:00
2026-06-23 17:22:53 +08:00
2026-06-21 04:34:29 +08:00
2026-06-23 15:45:06 +08:00
2026-06-10 16:05:30 +08:00
2026-06-23 15:45:06 +08:00
2026-06-05 13:36:28 +08:00
2026-06-17 14:25:32 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-21 04:34:29 +08:00
2026-06-13 19:45:46 +08:00
2026-06-13 19:45:46 +08:00