From b0c195d4628b9086fb6e3f16759d15cf49100a50 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Wed, 10 Nov 2021 16:17:59 +0800 Subject: [PATCH] Merge branch 'score-shop' of http://120.27.238.55:7000/r/xzx into score-shop --- 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