赞
踩
<insert id="saveList">
insert into
table (
id ,
column
)values
<foreach collection="list" item="item" index="index" separator="," >
(
#{item.id},
#{item.column}
)
</foreach>
</insert>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。