首页 > 其他 > 详细

映射文件接收持久层传递的数据

时间:2018-11-08 12:10:33      阅读:163      评论:0      收藏:0      [点我收藏+]

<!--实现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> -->

映射文件接收持久层传递的数据

原文:https://www.cnblogs.com/gxlaqj/p/9928210.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!