Helius
2021-09-07 a83c4c390acf1adf419b368d2ffcf17ec7d80242
gc-sys/src/main/resources/mapper/system/SysNewsMapper.xml
@@ -41,5 +41,20 @@
        order by sort ASC
    </select>
    <select id="selectSysNewsInfo" resultType="com.xzx.gc.system.vo.ApiNewsInfoVo">
        select * from xzx_sys_news
        where news_id = #{record.id}
        order by sort ASC
    </select>
    <select id="selectSysPopupInfo" resultType="com.xzx.gc.system.vo.ApiSysPopupVo">
        select * from xzx_sys_popup
        where end_time &gt;= #{format}
           and  start_time &lt;= #{format}
            and state = 1
    </select>
</mapper>