From 24bc25c04054bedaf27fbf7d9375e74110ba0d41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Mon, 10 Jul 2023 03:45:20 +0000 Subject: [PATCH] =?UTF-8?q?Revert=20"fix:=20=E4=BF=AE=E5=A4=8D=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E8=A2=AB=E9=80=BB=E8=BE=91=E5=88=A0=E9=99=A4=E5=90=8E?= =?UTF-8?q?=E4=BE=9D=E7=84=B6=E8=83=BD=E8=A2=AB=E6=9F=A5=E8=AF=A2=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=97=AE=E9=A2=98"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 7b1f24ca9172ad039cbd6a62d6718374807d6c76. --- src/main/resources/mapper/SysMenuMapper.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/resources/mapper/SysMenuMapper.xml b/src/main/resources/mapper/SysMenuMapper.xml index bb1f9636..039d9e63 100644 --- a/src/main/resources/mapper/SysMenuMapper.xml +++ b/src/main/resources/mapper/SysMenuMapper.xml @@ -41,7 +41,6 @@ LEFT JOIN sys_role t3 ON t2.role_id = t3.id WHERE t1.type != '${@com.youlai.system.common.enums.MenuTypeEnum@BUTTON.getValue()}' - AND t1.deleted = 0 ORDER BY t1.sort asc @@ -55,7 +54,6 @@ INNER JOIN sys_role t3 ON t3.id = t2.role_id WHERE t1.type = '${@com.youlai.system.common.enums.MenuTypeEnum@BUTTON.getValue()}' - AND t1.deleted = 0 AND t1.perm IS NOT NULL