标签:ppi arc har util image for param list java
<insert id="saveImageUrlByList" parameterType="java.util.List">
insert into t_product_color_imgurl_mapping(product_id,color,img_url)values(
<foreach collection="list" item="item" index="index" separator=",">
(#{item.productID,jdbcType=VARCHAR},#{item.color,jdbcType=VARCHAR},#{item.imageUrl,jdbcType=VARCHAR})
</foreach>
)
</insert>
标签:ppi arc har util image for param list java
原文地址:http://www.cnblogs.com/panxuejun/p/7440548.html