cloud-server-other/src/main/resources/mapper/BannerMapper.xml
@@ -49,5 +49,14 @@ 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 from t_banner tb left join t_turn tt on tb.jumpPage = tt.id where tb.position = #{position} </select> </mapper>