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>