From 213b854d66f3e806aa1184d45da92a3d4381c6a4 Mon Sep 17 00:00:00 2001 From: chenbowen Date: Tue, 28 Oct 2025 18:07:27 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E6=96=B0=E5=A2=9E=20e=20=E5=8A=9E?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=E4=BF=A1=E6=81=AF=E6=97=A5=E5=BF=97=E8=8F=9C?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/dm/e 办同步信息日志菜单_20250917.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sql/dm/e 办同步信息日志菜单_20250917.sql diff --git a/sql/dm/e 办同步信息日志菜单_20250917.sql b/sql/dm/e 办同步信息日志菜单_20250917.sql new file mode 100644 index 00000000..12f8fcd3 --- /dev/null +++ b/sql/dm/e 办同步信息日志菜单_20250917.sql @@ -0,0 +1,10 @@ +-- 同步接口日志菜单权限 SQL 脚本 +-- 为同步接口日志查询界面创建相应的菜单和权限 + +-- 在审计日志(108)下新增同步日志菜单 +INSERT INTO system_menu (id, name, permission, type, sort, parent_id, path, icon, component, component_name, status, visible, keep_alive, always_show, creator, create_time, updater, update_time, deleted) +VALUES (502, '同步日志', '', 2, 3, 108, 'sync-log', 'ep:data-line', 'system/synclog/index', 'SystemSyncLog', 0, '1', '1', '1', 'admin', '2024-08-28 00:00:00', 'admin', '2024-08-28 00:00:00', '0'); + +-- 同步日志查询权限按钮 +INSERT INTO system_menu (id, name, permission, type, sort, parent_id, path, icon, component, component_name, status, visible, keep_alive, always_show, creator, create_time, updater, update_time, deleted) +VALUES (5020, '同步日志查询', 'system:sync-log:query', 3, 1, 502, '', '', '', '', 0, '1', '1', '1', 'admin', '2024-08-28 00:00:00', 'admin', '2024-08-28 00:00:00', '0');