From 00a8e2f76d02cfc17ca9ff156aa97f85bae5897d Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Mon, 09 Aug 2021 16:50:55 +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/BannerMapper.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/gc-sys/src/main/resources/mapper/system/BannerMapper.xml b/gc-sys/src/main/resources/mapper/system/BannerMapper.xml index 26e2b90..7edcf1f 100644 --- a/gc-sys/src/main/resources/mapper/system/BannerMapper.xml +++ b/gc-sys/src/main/resources/mapper/system/BannerMapper.xml @@ -121,4 +121,12 @@ set status = #{status} where id = #{id} </update> + + + + <select id="selectBannerList" resultType="com.xzx.gc.system.vo.ApiBannerListVo"> + select * from xzx_sys_banner + where del_flag = 0 and status = 2 + order by sort ASC + </select> </mapper> \ No newline at end of file -- Gitblit v1.9.1