From e2f6def6859375aa7ec151bee612491868eef69a Mon Sep 17 00:00:00 2001 From: zegezy <1098696801@qq.com> Date: Mon, 11 Mar 2024 20:53:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=93=E5=BC=80=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=E4=B8=BA"=E6=96=B0=E6=A0=87=E7=AD=BE=E9=A1=B5"=20?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E6=9C=89=E4=B8=8B=E7=BA=A7=20=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E5=8A=A0=E8=BD=BD=E8=B7=AF=E7=94=B1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/magic-api/api/系统管理/菜单管理/当前用户菜单.ms | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/magic-api/api/系统管理/菜单管理/当前用户菜单.ms b/data/magic-api/api/系统管理/菜单管理/当前用户菜单.ms index 5219480..1c7f7e9 100644 --- a/data/magic-api/api/系统管理/菜单管理/当前用户菜单.ms +++ b/data/magic-api/api/系统管理/菜单管理/当前用户菜单.ms @@ -5,7 +5,7 @@ "groupId" : "67b2ce258e24491194b74992958c74aa", "name" : "当前用户菜单", "createTime" : null, - "updateTime" : 1709717134895, + "updateTime" : 1710120493352, "lock" : "0", "createBy" : null, "updateBy" : null, @@ -564,7 +564,7 @@ var notLayoutMenus = db.select(""" sm.url as path, -- 查询下级是否还有菜单(不包含按钮权限) ( - select count(1) from sys_menu where is_del = 0 and pid = sm.id and + select count(1) from sys_menu where is_del = 0 and is_show = 1 and pid = sm.id and ((component_id is not null and component_id != '') or (url is not null and url != '')) ) sub_count, sm.keep_alive