44323
2023-11-27 aa925d851857f50eff0556411366690d9a78a0e5
cloud-server-other/src/main/resources/mapper/BannerMapper.xml
@@ -7,12 +7,12 @@
        update t_banner set
        state = #{state}
        <where>
        <if test="ids != null and ids.size()>0">
        AND t_banner.id IN
        <foreach collection="ids" separator="," item="id" open="(" close=")">
            #{id}
        </foreach>
    </if>
            <if test="ids != null and ids.size()>0">
                AND t_banner.id IN
                <foreach collection="ids" separator="," item="id" open="(" close=")">
                    #{id}
                </foreach>
            </if>
        </where>
    </update>
    <select id="listAll" resultType="com.dsh.other.entity.Banner">