mybatis插入多行数据
摘要:<insert id="insertAuthor" useGeneratedKeys="true" keyProperty="id"> insert into Author (username, password, email, bio) values <foreach item="item" co
阅读全文
posted @ 2019-10-18 16:39
posted @ 2019-10-18 16:39