MyBatis-Spring-Boot icon indicating copy to clipboard operation
MyBatis-Spring-Boot copied to clipboard

批量添加 foretch

Open zhangjiaxin281 opened this issue 7 years ago • 0 comments

INSERT INTO t_sys_user(id,create_time,account,name,memo,phone,email,sort,state) VALUES ( #{id}这个Id是自动生成的32uuid,这个有好的方法么,#{user.createTime},#{user.account},#{user.name},#{user.memo},#{user.phone},#{user.email},#{user.sort},#{user.state})

zhangjiaxin281 avatar Dec 15 '17 09:12 zhangjiaxin281