日志完善

This commit is contained in:
2026-06-17 10:01:57 +08:00
parent 8b80288947
commit 02eab7ca01
7 changed files with 300 additions and 8 deletions
@@ -275,6 +275,12 @@
and IS_DELETED = 'N'
</select>
<select id="selectContractBySealContractId" resultMap="ContractLaunchResult">
<include refid="mainColumns"/>
where SEAL_CONTRACT_ID = #{sealContractId}
and IS_DELETED = 'N'
</select>
<insert id="insertContract" parameterType="com.nbport.zgwl.contractlaunch.dto.ContractLaunchDto">
insert into SEAL_CONTRACT_LAUNCH_MAIN (
ID, CONTRACT_SYS_ID, CONTRACT_CODE, LAW_CONTRACT_CODE, LAW_CONTRACT_ID,