From 74977dfb41d5b6602b99733c15034c4594b4caa1 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Wed, 25 Aug 2021 16:05:33 +0800
Subject: [PATCH] fix
---
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..7a5adff 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 and start_time <= #{format}
+ </select>
+
+
</mapper>
\ No newline at end of file
--
Gitblit v1.9.1