xinli/Archive/查看其他菜单配置.sql
2026-01-30 16:23:31 +08:00

7 lines
207 B
SQL

-- 查看其他psychology相关的菜单配置
SELECT menu_id, menu_name, parent_id, path, component, menu_type, visible, status
FROM sys_menu
WHERE component LIKE 'psychology/%'
ORDER BY menu_id
LIMIT 20;