ruoyi-modules/ruoyi-system/src/main/resources/mapper/config/AdvertMapper.xml
@@ -92,15 +92,16 @@ <select id="getAdvertVo" resultType="com.ruoyi.system.domain.vo.AppAdvertVo"> SELECT ad_id adId, ad_url adUrl, ad_content adContent, link_type linkType, ad_id adId, ad_url adUrl, ad_content adContent, link_type linkType, appid, target_type targetType, link_url linkUrl, jump_type jumpType, jump_id jumpId, logo_url logoUrl link_url linkUrl, jump_type jumpType, jump_id jumpId, logo_url logoUrl FROM t_advert WHERE del_flag = 0 ORDER BY create_time DESC LIMIT 1 </select> </mapper>