From 6c1a535a157864b177c17aa14afcda9ad92a2a9b Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Wed, 25 Aug 2021 15:08:23 +0800 Subject: [PATCH] 20210825 --- gc-sys/src/main/resources/mapper/system/SysNewsMapper.xml | 8 ++++++++ 1 files changed, 8 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..f510ed9 100644 --- a/gc-sys/src/main/resources/mapper/system/SysNewsMapper.xml +++ b/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 >= #{format} + and start_time <= #{format} + </select> + + </mapper> \ No newline at end of file -- Gitblit v1.9.1