IBATIS 常用写法

数组:
xml 代码
xml 代码
  1. <isNotEmpty prepend="" property="ids">      
  2.    <iterate property="ids" open="(" close=")" conjunction="OR">      
  3.      sc.STOCKPILE_CHANGE_ID=#ids[]#    
  4.    </iterate>      
  5. </isNotEmpty>     
要注意的是: ]]>   在里面只显示了一个,要加上
否则会报错:xml document structures must start and end within the same entity.

你可能感兴趣的:(xml,ibatis)