From 71bf751d248aff415c95b2bc09dc1bb0219c9428 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Fri, 23 Jul 2021 10:36:44 +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 | 7 +++++++ 1 files changed, 7 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 1bb4a94..89955fe 100644 --- a/gc-sys/src/main/resources/mapper/system/SysNewsMapper.xml +++ b/gc-sys/src/main/resources/mapper/system/SysNewsMapper.xml @@ -4,6 +4,7 @@ <select id="selectSysNewsListVo" resultType="com.xzx.gc.system.vo.SysNewsListVo"> select * from xzx_sys_news + where del_flag=0 order by sort ASC </select> @@ -34,5 +35,11 @@ where news_id = #{newsId} </update> + <select id="selectSysNews" resultType="com.xzx.gc.system.vo.ApiNewsListVo"> + select * from xzx_sys_news + where del_flag=0 and status = 2 + order by sort ASC + </select> + </mapper> \ No newline at end of file -- Gitblit v1.9.1