| | |
| | | </delete> |
| | | |
| | | <select id="listQuickEntryVo" resultType="com.ruoyi.system.domain.vo.AppQuickEntryVo"> |
| | | SELECT |
| | | entry_id entryId, |
| | | entry_url entryUrl, |
| | | entry_name entryName, |
| | | link_type linkType, |
| | | target_type targetType, |
| | | link_url linkUrl, |
| | | jump_type jumpType, |
| | | jump_id jumpId |
| | | FROM t_quick_entry WHERE del_flag = 0 |
| | | ORDER BY entry_sort,create_time DESC |
| | | SELECT entry_id entryId, |
| | | entry_url entryUrl, |
| | | entry_name entryName, |
| | | link_type linkType, |
| | | appid, |
| | | target_type targetType, |
| | | link_url linkUrl, |
| | | jump_type jumpType, |
| | | jump_id jumpId |
| | | FROM t_quick_entry |
| | | WHERE del_flag = 0 |
| | | ORDER BY entry_sort, create_time DESC |
| | | </select> |
| | | |
| | | <select id="pageMgtQuickEntry" resultType="com.ruoyi.system.domain.vo.MgtQuickEntryPageVo"> |