<!--出库更改人员 历史优秀年轻干部 ag0119 状态-->
<update id="batchUpdateState" parameterType="java.util.List">
update a01
<set>
AG0119 = '0'
</set>
where A0000 in (
<foreach collection="list" item="item" index="index" separator="," >
#{item.a0000}
</foreach>
)
</update>
sql 批量更改 sql语句
最新推荐文章于 2024-08-18 03:10:01 发布