2 lines
500 B
MySQL
2 lines
500 B
MySQL
|
|
SET @last = (select menu_id FROM sys_menu where parent_id = 0 and path = 'fiihupgrade') ;
|
||
|
|
INSERT INTO `sys_menu` (`menu_name`, `parent_id`, `order_num`, `path`, `component`, `query`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('数据总览', @last, 1, '/dataOverview', 'mes/fiihupgrade/dataOverview/index', NULL, 1, 0, 'C', '0', '0', NULL, 'dict', 'YAVII', '2026-01-13 16:52:09', '', NULL, '');
|