xiaoyong931011
2021-11-10 4301e9ddbe70e38a08d6f4c1d6c886988393b8bb
gc-sys/src/main/resources/mapper/system/SysNewsMapper.xml
@@ -48,4 +48,13 @@
    </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>