我们在使用iBATIS时会经常用到#这个符号. 比如: sql 代码 select * from member where id =#id# 然后,我们会在程序中给id这个变量传递一个值,iBATIS会自动将#id#转成我们传递的内容. 但是我最近碰到一个奇怪的问题.我在批量删除或修改的时候,居然SQL失效了. SQL如下:sql 代码 update user set flag=#flag# where id in (#id#) delete from user where id in (#id…
3.9.4. Iterate Element This tag will iterate over a collection and repeat the body content for each item in a List 3.9.4.1. Iterate Attributes: prepend – the overridable SQL part that will be prepended to the statement (optional) property – a propert…