例如我的主键id为candidateId
<selectKey keyProperty="candidateId" resultType="java.lang.Integer" order="AFTER">
select LAST_INSERT_ID()
</selectKey>
例如我的主键id为candidateId
<selectKey keyProperty="candidateId" resultType="java.lang.Integer" order="AFTER">
select LAST_INSERT_ID()
</selectKey>
相关文章: