From 95742bf5bdd40f999b386e6b9719b9455b01c410 Mon Sep 17 00:00:00 2001 From: Jimi <viidream@163.com> Date: 星期四, 30 三月 2023 14:58:06 +0800 Subject: [PATCH] style:移除vue-multiselect样式(项目中并未安装vue-multiselect plugin) --- 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