liujie
2023-09-25 d41358fce9a436d81b9341d06fc1d8f3ddff92ff
cloud-server-other/src/main/resources/mapper/BannerMapper.xml
@@ -7,7 +7,7 @@
        update t_banner set
        state = #{state}
        <where>
        <if test="ids != null and questionIds.size()>0">
        <if test="ids != null and ids.size()>0">
        AND t_banner.id IN
        <foreach collection="ids" separator="," item="id" open="(" close=")">
            #{id}