liujie
2023-10-30 d6b1c8f75ede9475a837662a2a6b0d116be1dcda
cloud-server-other/src/main/resources/mapper/BannerMapper.xml
@@ -52,7 +52,7 @@
    <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.turnId as turnId  , tb.model as model
                        from t_banner tb
                    where tb.position = #{position}
                    where tb.position = #{position} and tb.state =1
    </select>
</mapper>