fix
Helius
2021-08-25 74977dfb41d5b6602b99733c15034c4594b4caa1
gc-sys/src/main/resources/mapper/system/SysNewsMapper.xml
@@ -48,4 +48,12 @@
    </select>
    <select id="selectSysPopupInfo" resultType="com.xzx.gc.system.vo.ApiSysPopupVo">
        select * from xzx_sys_popup
        where end_time &gt;= #{format}
           and and  start_time &lt;= #{format}
    </select>
</mapper>