From 7870947c3dc93f6d8b2db718eab551edfc709f9b Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 23 Jul 2021 10:35:11 +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