0
点赞
收藏
分享

微信扫一扫

Mybatis返回当前插入的主键Id

booksmg2014 2022-02-04 阅读 184
<selectKey keyProperty="user_id" order="AFTER" resultType="java.lang.Integer">
            select LAST_INSERT_ID()
</selectKey>
举报

相关推荐

0 条评论