huliguo
2025-06-13 22b2f11edc2f4ee164ba5482bd193c7fb99c0f4f
ruoyi-modules/ruoyi-system/src/main/resources/mapper/config/PopMapper.xml
@@ -114,14 +114,14 @@
    <select id="getAppPop" resultType="com.ruoyi.system.domain.vo.AppPopVo">
        SELECT
        pop_id      popId,
        pop_url     popUrl,
        link_type   linkType,
        appid,
        pop_id popId,
        pop_url popUrl,
        link_type linkType,
        target_type targetType,
        link_url    linkUrl,
        jump_type   jumpType,
        jump_id     jumpId
        link_url linkUrl,
        jump_type jumpType,
        jump_id jumpId,
        appid appid
        FROM t_pop
        WHERE del_flag = 0 AND CURDATE() BETWEEN show_start_time AND show_end_time
        ORDER BY pop_sort,create_time DESC LIMIT 1