From 171a706099da6bd039b31b7a94eb75fb9b6162d2 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 25 Aug 2021 14:49:56 +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 &gt;= #{format}
+           and  start_time &lt;= #{format}
+    </select>
+
+
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.1