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