摘要: 方法一:foreach 容易出现的错误:出现SQL语句错误 解决方式: 在数据库的连接url后添加allowMultiQueries=true(允许批量更新) jdbc.url=jdbc:mysql://localhost:3306/mybatis?allowMultiQueries=true 例子 阅读全文
posted @ 2022-03-11 09:25 无效_rank 阅读(887) 评论(0) 推荐(0)