批量插入删除
public void deleteImageUrlList(List<ProductImageUrlDTO> list);
public void saveImageUrlList(List<ProductImageUrlDTO> list);
<insert >
product_color_url = #{item.imageUrl,jdbcType=VERCHAR}
</if>
</foreach>
)
</insert>
<delete >
#{item.product_id,jdbctype=INTEGER}
</foreach>
</delete>