日志完善
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user