zouhuu
2023-04-17 f04ca57f7a3d8112e6c7f5c5a4dc72f1ba9e8edc
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}