From 3eab5ee9e6a31438bb0dd1154e51d2e3c9fd0153 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Sun, 30 Oct 2022 17:51:40 +0800 Subject: [PATCH] =?UTF-8?q?online=E8=A1=A8=E5=8D=95=E7=94=9F=E6=88=90?= =?UTF-8?q?=E7=9A=84=E9=A2=84=E8=A7=88=E4=B9=8B=E5=90=8E=E6=94=BE=E5=9C=A8?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E8=A1=A8=E5=8D=95=E9=87=8C=E9=9D=A2=E4=B8=8D?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E7=94=A8=20(Issue=20#201)=20=E3=80=90?= =?UTF-8?q?=E5=8E=9F=E5=9B=A0=EF=BC=9Avue3=E7=89=88online=E9=9A=90?= =?UTF-8?q?=E8=97=8F=E8=B7=AF=E7=94=B1=E8=8F=9C=E5=8D=95=E4=B8=8Evue2?= =?UTF-8?q?=E6=9C=AA=E4=BF=9D=E6=8C=81=E4=B8=80=E8=87=B4=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../org/jeecg/modules/system/mapper/xml/SysPermissionMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/system/mapper/xml/SysPermissionMapper.xml b/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/system/mapper/xml/SysPermissionMapper.xml index 3ded0c9e..9472285a 100644 --- a/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/system/mapper/xml/SysPermissionMapper.xml +++ b/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/system/mapper/xml/SysPermissionMapper.xml @@ -52,6 +52,7 @@ where p.id = a.permission_id AND d.username = #{username,jdbcType=VARCHAR} ) or (p.url like '%:code' and p.url like '/online%' and p.hidden = 1) + or (p.url like '%:id' and p.url like '/online%' and p.hidden = 1) or p.url = '/online') and p.del_flag = 0