欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

mybatis插入语句返回自增id

程序员文章站 2022-06-05 10:26:24
...
<insert id="cusInsertSelective" useGeneratedKeys="true"
		keyProperty="id" parameterType=""/>

插入 useGeneratedKeys="true"
        keyProperty="id"即可返回自增id