摘要: 更改 主要使用的是 update 方法 批量更改:一次性执行多条 update 语句,使用 batchUpdate 方法 jdbcTemplate.batchUpdate(String[] sql); 固定参数值 jdbcTemplate.batchUpdate(sql, new BatchPrep 阅读全文
posted @ 2019-04-23 00:09 无心丶Puppet 阅读(63) 评论(0) 推荐(0) 编辑