Pu Zhibing
10 天以前 ea1a62ba6484d6c6cb1ca67dcea938a95ba18fc6
ruoyi-modules/ruoyi-system/src/main/resources/mapper/config/PopMapper.xml
@@ -114,13 +114,14 @@
    <select id="getAppPop" resultType="com.ruoyi.system.domain.vo.AppPopVo">
        SELECT
        pop_id popId,
        pop_url popUrl,
        link_type linkType,
        pop_id      popId,
        pop_url     popUrl,
        link_type   linkType,
        appid,
        target_type targetType,
        link_url linkUrl,
        jump_type jumpType,
        jump_id jumpId
        link_url    linkUrl,
        jump_type   jumpType,
        jump_id     jumpId
        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