码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2018-11-08 12:16:21      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:tor   cti   upd   col   map   span   color   HERE   接收   

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

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

标签:tor   cti   upd   col   map   span   color   HERE   接收   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!