liujie
2023-10-24 984b7d9ab8398233635ca8afa27d76a4a146a547
cloud-server-other/src/main/resources/mapper/BannerMapper.xml
@@ -50,7 +50,7 @@
            where position = 6
    </select>
    <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
                    select tb.id as id,tb.img as img, tb.page as page,tb.name as name,tb.type as type,tb.turnId as turnId  , tb.model as model
                        from t_banner tb
                    where tb.position = #{position}
    </select>