ruoyi-modules/ruoyi-system/src/main/resources/mapper/config/BannerMapper.xml
@@ -97,13 +97,14 @@ <select id="listHomeBannerVo" resultType="com.ruoyi.system.domain.vo.AppBannerVo"> SELECT banner_id bannerId, banner_url bannerUrl, banner_id bannerId, banner_url bannerUrl, target_type targetType, link_type linkType, link_url linkUrl, jump_type jumpType, jump_id jumpId link_type linkType, appid, link_url linkUrl, jump_type jumpType, jump_id jumpId FROM t_banner WHERE del_flag = 0 AND banner_position = 1 ORDER BY banner_sort DESC,create_time DESC LIMIT 5 </select>