ruoyi-modules/ruoyi-system/src/main/resources/mapper/config/QuickEntryMapper.xml
@@ -99,6 +99,18 @@ link_url linkUrl, jump_id jumpId FROM t_quick_entry WHERE del_flag = 0 ORDER BY entry_sort DESC ORDER BY entry_sort,create_time DESC </select> <select id="pageMgtQuickEntry" resultType="com.ruoyi.system.domain.vo.MgtQuickEntryPageVo"> SELECT entry_id entryId, entry_url entryUrl, entry_name entryName, target_type targetType, link_url linkUrl, create_time createTime FROM t_quick_entry WHERE del_flag = 0 ORDER BY entry_sort,create_time DESC </select> </mapper>