建表语句修改
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user