xiaoyong931011
2021-08-18 a8fb0a175ff61c82819e7da191030c2f5e90ae98
gc-sys/src/main/resources/mapper/system/BannerMapper.xml
@@ -105,6 +105,7 @@
        update xzx_sys_banner
        set sort = #{sort},
            pic_name = #{picName},
            pic_path = #{picPath},
            pic_url = #{picUrl}
        where  id = #{id}
    </update>
@@ -121,4 +122,12 @@
        set status = #{status}
        where  id = #{id}
    </update>
    <select id="selectBannerList" resultType="com.xzx.gc.system.vo.ApiBannerListVo">
        select * from xzx_sys_banner
        where del_flag = 0 and status = 2
        order by sort ASC
    </select>
</mapper>