From 0a670fdfd735f73d951449081238043729300095 Mon Sep 17 00:00:00 2001
From: e <“>
Date: Sat, 08 Apr 2023 04:47:34 +0800
Subject: [PATCH] 将el-scrollbar移动到main-container下,避免鼠标移出时无法隐藏的问题
---
ruoyi-system/src/main/resources/mapper/system/SysMenuMapper.xml | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/ruoyi-system/src/main/resources/mapper/system/SysMenuMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysMenuMapper.xml
index a8dc0b9..e90f6ba 100644
--- a/ruoyi-system/src/main/resources/mapper/system/SysMenuMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/SysMenuMapper.xml
@@ -118,7 +118,6 @@
where m.status = '0' and rm.role_id = #{roleId}
</select>
-
<select id="selectMenuById" parameterType="Long" resultMap="SysMenuResult">
<include refid="selectMenuVo"/>
where menu_id = #{menuId}
--
Gitblit v1.9.2