建表语句修改

This commit is contained in:
2026-06-12 09:51:23 +08:00
parent 15ca1d7036
commit c1c0fe35e1
2 changed files with 65 additions and 17 deletions
@@ -229,10 +229,10 @@
select SEQ_SEAL_CONTRACT_LAUNCH_LOG.NEXTVAL from dual
</select>
<select id="selectArchivePaperSeqNextVal" resultType="java.lang.Long" useCache="false" flushCache="true">
select SEQ_SEAL_CONTRACT_LAUNCH_AR_PAPER.NEXTVAL from dual
select SEQ_SC_AR_PAPER.NEXTVAL from dual
</select>
<select id="selectArchiveEleSeqNextVal" resultType="java.lang.Long" useCache="false" flushCache="true">
select SEQ_SEAL_CONTRACT_LAUNCH_AR_ELE.NEXTVAL from dual
select SEQ_SC_AR_ELE.NEXTVAL from dual
</select>
<select id="selectContractPage" resultMap="ContractLaunchResult">