From b141df9bf9764db8567efebed48006e12ab1f657 Mon Sep 17 00:00:00 2001 From: wzy <wzy19931122ai@163.com> Date: Sun, 14 Aug 2022 15:52:45 +0800 Subject: [PATCH] fix:jhy 停止下单 --- gc-sys/src/main/resources/mapper/system/SysNewsMapper.xml | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/gc-sys/src/main/resources/mapper/system/SysNewsMapper.xml b/gc-sys/src/main/resources/mapper/system/SysNewsMapper.xml index 513345e..77735fc 100644 --- a/gc-sys/src/main/resources/mapper/system/SysNewsMapper.xml +++ b/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 >= #{format} + and start_time <= #{format} + and state = 1 + </select> + + </mapper> \ No newline at end of file -- Gitblit v1.9.1