摘要: 两种方式实现 MyBatis 主键回填。方式一: useGeneratedKeys insert into t_user (username, phone) values (#{username}, #{p... 阅读全文
posted @ 2019-02-16 08:41 程序员35 阅读(52) 评论(0) 推荐(0)