1. 程式人生 > >映射文件接收持久層傳遞的數據

映射文件接收持久層傳遞的數據

映射 HERE 傳遞 array數組 pan set map tor col

<!--實現item數據狀態更新操作
map集合 collection="map中的key"
array數組 collection="array"
List集合 collection="list"
-->
<!-- <update id="updateStatus">
update tb_item set status = #{status},updated = now()
where id in (
<foreach collection="ids" item="id" separator=",">
#{id}
</foreach>

)
</update> -->

映射文件接收持久層傳遞的數據