From eba6374cca636cd3cc2fcbc93af320951639f98b Mon Sep 17 00:00:00 2001 From: D <3066417822@qq.com> Date: Thu, 11 Apr 2024 09:19:16 +0800 Subject: [PATCH] =?UTF-8?q?online=E5=91=BD=E5=90=8D=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/online.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/online.sql b/sql/online.sql index f8d6793..425646d 100644 --- a/sql/online.sql +++ b/sql/online.sql @@ -19,7 +19,7 @@ CREATE TABLE online_mb ( PRIMARY KEY (mb_id) ) ENGINE = InnoDB COMMENT = '在线接口'; -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 ('Online', 0, 5, 'online', NULL, NULL, 1, 0, 'M', '0', '0', NULL, 'international', 'admin', '2024-03-07 19:38:34', '', NULL, ''); +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 ('Online', 0, 5, 'onlinedev', NULL, NULL, 1, 0, 'M', '0', '0', NULL, 'international', 'admin', '2024-03-07 19:38:34', '', NULL, ''); -- 按钮父菜单ID SELECT @parentId := LAST_INSERT_ID();