<!-- 账户创建 -->
<insert id="create" parameterType="Account">
<selectKey keyProperty="id" order="AFTER" resultType="int">
select last_insert_id()
</selectKey>

 

  <insert >

 

相关文章:

  • 2022-12-23
  • 2021-09-12
  • 2021-09-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-22
  • 2022-01-14
  • 2022-02-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案