From 12916db6e7946a31f4fbc5c48a27e7769683b034 Mon Sep 17 00:00:00 2001 From: nickchange <126672920+nickchange@users.noreply.github.com> Date: 星期一, 23 十月 2023 18:25:02 +0800 Subject: [PATCH] 10.23 --- cloud-server-other/src/main/resources/mapper/BannerMapper.xml | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/cloud-server-other/src/main/resources/mapper/BannerMapper.xml b/cloud-server-other/src/main/resources/mapper/BannerMapper.xml index ff797be..6b85d1e 100644 --- a/cloud-server-other/src/main/resources/mapper/BannerMapper.xml +++ b/cloud-server-other/src/main/resources/mapper/BannerMapper.xml @@ -49,14 +49,10 @@ from t_img_config where position = 6 </select> - <select id="list1" resultType="com.dsh.other.entity.Banner"> - select tb.id as id,tb.img as img, tt.name as page + <select id="list1" resultType="com.dsh.other.model.BannerVo"> + select tb.id as id,tb.img as img, tb.page as page,tb.name as name,tb.type as type,tb.typeId as turnId from t_banner tb - left join t_turn tt on tb.jumpPage = tt.id where tb.position = #{position} - - - </select> </mapper> -- Gitblit v1.7.1