Pu Zhibing
2024-12-18 220d98241f48d1891cb8d58f8a8081b517171f0e
ruoyi-modules/ruoyi-system/src/main/resources/mapping/system/SysMenuMapper.xml
@@ -152,7 +152,7 @@
         update_by  updateBy,
         update_time updateTime,
         remark
 from sys_menu
 from sys_menu where role_type = 1
      order by create_time desc
   </select>
    <select id="getAllInIds" resultType="com.ruoyi.system.domain.SysMenus">
@@ -201,7 +201,7 @@
         update_by  updateBy,
         update_time updateTime,
         remark
 from sys_menu where menu_id !=1074 and  menu_id !=1075 and  menu_id !=1193 and  menu_id !=1194
 from sys_menu where role_type = #{roleType}
               order by create_time desc
   </select>