2024-01-31 14:19:42 +08:00

14 lines
1.2 KiB
SQL

INSERT INTO `gc_system_menu`(`pid`, `type`, `name`, `icon`, `sort`, `perms`, `paths`, `component`, `selected`, `params`, `is_cache`, `is_show`, `is_disable`, `create_time`, `update_time`)
VALUES (1029, 'C', '审批类型', '', 1, 'oa.flow_type/lists', 'flow_type', 'flow_type/index', '', '', 0, 1, 0, 1706681745, 1706681745);
SELECT @pid := LAST_INSERT_ID();
INSERT INTO `gc_system_menu`(`pid`, `type`, `name`, `icon`, `sort`, `perms`, `paths`, `component`, `selected`, `params`, `is_cache`, `is_show`, `is_disable`, `create_time`, `update_time`)
VALUES (@pid, 'A', '添加', '', 1, 'oa.flow_type/add', '', '', '', '', 0, 1, 0, 1706681745, 1706681745);
INSERT INTO `gc_system_menu`(`pid`, `type`, `name`, `icon`, `sort`, `perms`, `paths`, `component`, `selected`, `params`, `is_cache`, `is_show`, `is_disable`, `create_time`, `update_time`)
VALUES (@pid, 'A', '编辑', '', 1, 'oa.flow_type/edit', '', '', '', '', 0, 1, 0, 1706681745, 1706681745);
INSERT INTO `gc_system_menu`(`pid`, `type`, `name`, `icon`, `sort`, `perms`, `paths`, `component`, `selected`, `params`, `is_cache`, `is_show`, `is_disable`, `create_time`, `update_time`)
VALUES (@pid, 'A', '删除', '', 1, 'oa.flow_type/delete', '', '', '', '', 0, 1, 0, 1706681745, 1706681745);