RuoYi
2023-07-06 4d5c204b9aa4b8ba0e42d20a73f5bd3de9ed73d2
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}