<selectKey resultType="long" keyProperty="id" order="BEFORE">
select VNV.FTP_ACCOUNT_SEQ.nextval from dual
</selectKey>
xxxmapper.xml中获取oracle中表的自增长逻辑主键
最新推荐文章于 2022-07-05 12:02:14 发布
<selectKey resultType="long" keyProperty="id" order="BEFORE">
select VNV.FTP_ACCOUNT_SEQ.nextval from dual
</selectKey>