nickchange
2023-10-20 e0ff252a9ad4ca646e5e3e94a66c1309ec0b7c54
cloud-server-other/src/main/resources/mapper/BannerMapper.xml
@@ -44,5 +44,10 @@
        where hs.studentId = #{studentId}
    </select>
    <select id="getFirst" resultType="java.lang.String">
            select content
            from t_img_config
            where position = 6
    </select>
</mapper>