若依
2022-10-30 07bde5f88a037f49ee4cda16acf9ede9cffe9f12
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}