初始代码
This commit is contained in:
2
yawei-mes/.sql/2026-02-04_00_周启威_新fiih数据总览菜单修复.sql
Normal file
2
yawei-mes/.sql/2026-02-04_00_周启威_新fiih数据总览菜单修复.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
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, '');
|
||||
Reference in New Issue
Block a user