RuoYi
2024-01-25 649cfe8652b3b25e553d1985a27da9aeec77daf4
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}