【笔记】MyBatis配置allowMultiQueries=true允许使用foreach标签批量插入或更新数据
执行update更新操作updatetest_tableoutput_amount=#{item.a},invoice_amount=#{item.b},payment_amount=#{item.c},whereid=#{item.id}执行报错:Errorupdatingdatabase.Cause:java.sql.SQLSyntaxErrorException:Youhaveanerror