luodangjia
2024-12-19 60f70f7409ec1ece8905e088fb43e0cb0258a70b
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>