|
@@ -460,13 +460,13 @@
|
|
update cw_project_report_signature
|
|
update cw_project_report_signature
|
|
set
|
|
set
|
|
<if test="signatureAnnotator1Status != null and signatureAnnotator1Status != ''">
|
|
<if test="signatureAnnotator1Status != null and signatureAnnotator1Status != ''">
|
|
- signature_annotator1_status = ${signatureAnnotator1Status}
|
|
|
|
|
|
+ signature_annotator1_status = #{signatureAnnotator1Status}
|
|
</if>
|
|
</if>
|
|
<if test="signatureAnnotator2Status != null and signatureAnnotator2Status != ''">
|
|
<if test="signatureAnnotator2Status != null and signatureAnnotator2Status != ''">
|
|
- signature_annotator2_status = ${signatureAnnotator2Status}
|
|
|
|
|
|
+ signature_annotator2_status = #{signatureAnnotator2Status}
|
|
</if>
|
|
</if>
|
|
<if test="sealAdminStatus != null and sealAdminStatus != ''">
|
|
<if test="sealAdminStatus != null and sealAdminStatus != ''">
|
|
- seal_admin_status = ${sealAdminStatus}
|
|
|
|
|
|
+ seal_admin_status = #{sealAdminStatus}
|
|
</if>
|
|
</if>
|
|
where id = #{id}
|
|
where id = #{id}
|
|
</update>
|
|
</update>
|
|
@@ -647,64 +647,64 @@
|
|
update cw_project_report
|
|
update cw_project_report
|
|
set
|
|
set
|
|
<if test="delFlag != null and delFlag != ''">
|
|
<if test="delFlag != null and delFlag != ''">
|
|
- del_flag = ${delFlag},
|
|
|
|
|
|
+ del_flag = #{delFlag},
|
|
</if>
|
|
</if>
|
|
<if test="documentNo != null and documentNo != ''">
|
|
<if test="documentNo != null and documentNo != ''">
|
|
- document_no = ${documentNo},
|
|
|
|
|
|
+ document_no = #{documentNo},
|
|
</if>
|
|
</if>
|
|
<if test="projectId != null and projectId != ''">
|
|
<if test="projectId != null and projectId != ''">
|
|
- project_id = ${projectId},
|
|
|
|
|
|
+ project_id = #{projectId},
|
|
</if>
|
|
</if>
|
|
<if test="officeId != null and officeId != ''">
|
|
<if test="officeId != null and officeId != ''">
|
|
- office_id = ${officeId},
|
|
|
|
|
|
+ office_id = #{officeId},
|
|
</if>
|
|
</if>
|
|
<if test="signatureType != null and signatureType != ''">
|
|
<if test="signatureType != null and signatureType != ''">
|
|
- signature_type = ${signatureType},
|
|
|
|
|
|
+ signature_type = #{signatureType},
|
|
</if>
|
|
</if>
|
|
<if test="signatureAnnotator1 != null and signatureAnnotator1 != ''">
|
|
<if test="signatureAnnotator1 != null and signatureAnnotator1 != ''">
|
|
- signature_annotator1 = ${signatureAnnotator1},
|
|
|
|
|
|
+ signature_annotator1 = #{signatureAnnotator1},
|
|
</if>
|
|
</if>
|
|
<if test="signatureAnnotator2 != null and signatureAnnotator2 != ''">
|
|
<if test="signatureAnnotator2 != null and signatureAnnotator2 != ''">
|
|
- signature_annotator2 = ${signatureAnnotator2},
|
|
|
|
|
|
+ signature_annotator2 = #{signatureAnnotator2},
|
|
</if>
|
|
</if>
|
|
<if test="signatureContractId != null and signatureContractId != ''">
|
|
<if test="signatureContractId != null and signatureContractId != ''">
|
|
- signature_contract_id = ${signatureContractId},
|
|
|
|
|
|
+ signature_contract_id = #{signatureContractId},
|
|
</if>
|
|
</if>
|
|
<if test="procInsId != null and procInsId != ''">
|
|
<if test="procInsId != null and procInsId != ''">
|
|
- proc_ins_id = ${procInsId},
|
|
|
|
|
|
+ proc_ins_id = #{procInsId},
|
|
</if>
|
|
</if>
|
|
<if test="status != null and status != ''">
|
|
<if test="status != null and status != ''">
|
|
- status = ${status},
|
|
|
|
|
|
+ status = #{status},
|
|
</if>
|
|
</if>
|
|
<if test="processDefinitionId != null and processDefinitionId != ''">
|
|
<if test="processDefinitionId != null and processDefinitionId != ''">
|
|
- process_definition_id = ${processDefinitionId},
|
|
|
|
|
|
+ process_definition_id = #{processDefinitionId},
|
|
</if>
|
|
</if>
|
|
<if test="auditFees != null and auditFees != ''">
|
|
<if test="auditFees != null and auditFees != ''">
|
|
- audit_fees = ${auditFees},
|
|
|
|
|
|
+ audit_fees = #{auditFees},
|
|
</if>
|
|
</if>
|
|
<if test="businessType != null and businessType != ''">
|
|
<if test="businessType != null and businessType != ''">
|
|
- business_type = ${businessType},
|
|
|
|
|
|
+ business_type = #{businessType},
|
|
</if>
|
|
</if>
|
|
<if test="auditBusinessType != null and auditBusinessType != ''">
|
|
<if test="auditBusinessType != null and auditBusinessType != ''">
|
|
- audit_business_type = ${auditBusinessType},
|
|
|
|
|
|
+ audit_business_type = #{auditBusinessType},
|
|
</if>
|
|
</if>
|
|
<if test="registerAddress != null and registerAddress != ''">
|
|
<if test="registerAddress != null and registerAddress != ''">
|
|
- register_address = ${registerAddress},
|
|
|
|
|
|
+ register_address = #{registerAddress},
|
|
</if>
|
|
</if>
|
|
<if test="businessLocation != null and businessLocation != ''">
|
|
<if test="businessLocation != null and businessLocation != ''">
|
|
- business_location = ${businessLocation},
|
|
|
|
|
|
+ business_location = #{businessLocation},
|
|
</if>
|
|
</if>
|
|
<if test="securityBusiness != null and securityBusiness != ''">
|
|
<if test="securityBusiness != null and securityBusiness != ''">
|
|
- security_business = ${securityBusiness},
|
|
|
|
|
|
+ security_business = #{securityBusiness},
|
|
</if>
|
|
</if>
|
|
<if test="industry != null and industry != ''">
|
|
<if test="industry != null and industry != ''">
|
|
- industry = ${industry},
|
|
|
|
|
|
+ industry = #{industry},
|
|
</if>
|
|
</if>
|
|
<if test="businessObjects != null and businessObjects != ''">
|
|
<if test="businessObjects != null and businessObjects != ''">
|
|
- business_objects = ${businessObjects},
|
|
|
|
|
|
+ business_objects = #{businessObjects},
|
|
</if>
|
|
</if>
|
|
<if test="tenantId != null and tenantId != ''">
|
|
<if test="tenantId != null and tenantId != ''">
|
|
- tenant_id = ${tenantId},
|
|
|
|
|
|
+ tenant_id = #{tenantId},
|
|
</if>
|
|
</if>
|
|
update_by_id = #{updateById},
|
|
update_by_id = #{updateById},
|
|
update_time = #{updateTime}
|
|
update_time = #{updateTime}
|