可以在 .xml中 <insert></insert>里面加入 useGeneratedKeys="true" keyProperty="id" ,就想这样<insert useGeneratedKeys="true" keyProperty="id"></insert>。
就可以在后台直接用entity.getId获取insert 自增长的id。
原文地址:https://www.cnblogs.com/lyp0606/p/10052206.html
时间: 2024-10-22 21:30:30