From 7d35a3676ac6d4abcc7a02f33ba020bc29e1b825 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Wed, 10 Nov 2021 16:17:56 +0800 Subject: [PATCH] 20211108 --- gc-sys/src/main/resources/mapper/system/SysNewsMapper.xml | 1 + 1 files changed, 1 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 f510ed9..77735fc 100644 --- a/gc-sys/src/main/resources/mapper/system/SysNewsMapper.xml +++ b/gc-sys/src/main/resources/mapper/system/SysNewsMapper.xml @@ -53,6 +53,7 @@ select * from xzx_sys_popup where end_time >= #{format} and start_time <= #{format} + and state = 1 </select> -- Gitblit v1.9.1