Mybatis关于Parameter 'Array' not found批量更新、多参数隐射的处理

单纯的多参数,只须要按照顺序 #{arg0}    #{arg1}    #{arg2} 替换便可, 我这里还有个数组类型的参数须要处理,须要把collection="arg0" 指定为参数便可html void distributeTenant (Long [] ids, Long tenantId, String name);   <update id="distributeTenant">
相关文章
相关标签/搜索