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">