摘要: MyBatis 用 foreach 批量插入代码如下: <insert id="batchInsert" parameterType="java.util.List"> insert into Test(id, username,password) values <foreach collectio 阅读全文
posted @ 2022-08-26 11:57 海盗哥哥 阅读(1557) 评论(0) 推荐(0)