nickchange
2023-10-21 8e1aafc0534a4a87e47ad3c09aa4762cbda76849
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>