begin 赞 踩 批量更新多字段,多条件 新手一枚,在成长的道路不断踩坑,如有不妥,欢迎指出! Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。
Mybatis 数据库Oracle (批量update)双循环,多字段,多条件操作以及多条sql写法_mybatisplus 循环两个字段
<update id="update" parameterType="java.util.List">
begin
<foreach item="item" collection="list" index="index" separator=";">
update
A
SET
SJ = TO_DATE(#{item.sj},'yyyy-MM-dd hh24:mi:ss')
WHERE
zx
IN
<foreach item="xxx" collection="item.xxx" index="index" separator=";">
#{xxx}
</foreach>
</foreach>
;
<****此处略*****>
;end;
生活不易,但也要长存理想!