Mybatis批量更新

使用mybatis进行批量更新的时候,在mapper.xml中的写法以下:html <update id="updateUserNeteaseAccount"> <foreach collection="userList" separator=";" item="user"> update ti_addrbook_user_company set accid = #{user.ac
相关文章
相关标签/搜索