mysql|mybatis实现批量更新

【mysql|mybatis实现批量更新】在网上找了好多资料,最后确定这种方式确实可用:

update tb_user_info when user_id =#{item.userId} then #{item.scbUserId} where user_id in #{item.userId}

    推荐阅读