RuoYi
2022-12-08 f11db02ff84efaf69a881a5ffc9f42d1c19a11a8
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}