码迷,mamicode.com
首页 > 数据库 > 详细

mybatis保存的时候返回值为数据库中主键的id值

时间:2020-07-24 16:25:00      阅读:102      评论:0      收藏:0      [点我收藏+]

标签:selectkey   数据   key   word   cat   parameter   git   col   log   

select last_insert_id(); insert into t_user (id, avatar, create_time, email, nick_name, password, type, update_time, user_name, file_id, register_method, token, short_message, telephone, location, job, city, district, province, update_pw_time, salt, github_url, qq_number, wechat_number, user_log) values (#{id,jdbcType=INTEGER}, #{avatar,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{email,jdbcType=VARCHAR}, #{nickName,jdbcType=VARCHAR}, #{password,jdbcType=VARCHAR}, #{type,jdbcType=INTEGER}, #{updateTime,jdbcType=TIMESTAMP}, #{userName,jdbcType=VARCHAR}, #{fileId,jdbcType=BIGINT}, #{registerMethod,jdbcType=VARCHAR}, #{token,jdbcType=VARCHAR}, #{shortMessage,jdbcType=VARCHAR}, #{telephone,jdbcType=VARCHAR}, #{location,jdbcType=VARCHAR}, #{job,jdbcType=VARCHAR}, #{city,jdbcType=VARCHAR}, #{district,jdbcType=VARCHAR}, #{province,jdbcType=VARCHAR}, #{updatePwTime,jdbcType=TIMESTAMP}, #{salt,jdbcType=VARCHAR}, #{githubUrl,jdbcType=VARCHAR}, #{qqNumber,jdbcType=VARCHAR}, #{wechatNumber,jdbcType=VARCHAR}, #{userLog,jdbcType=BIGINT})

mybatis保存的时候返回值为数据库中主键的id值

标签:selectkey   数据   key   word   cat   parameter   git   col   log   

原文地址:https://www.cnblogs.com/chenyameng/p/13371704.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!