Merge branch 'qtz' of SH-Arbitrate/Arbitrate-Backend into dev

This commit was merged in pull request #14.
This commit is contained in:
qtz
2023-09-19 14:44:46 +08:00
committed by Gitea
@@ -150,6 +150,8 @@
<if test="caseDescribe != null and caseDescribe != ''">case_describe = #{caseDescribe},</if> <if test="caseDescribe != null and caseDescribe != ''">case_describe = #{caseDescribe},</if>
<if test="caseResult != null and caseResult != ''">case_result = #{caseResult},</if> <if test="caseResult != null and caseResult != ''">case_result = #{caseResult},</if>
<if test="isAgreePendTral != null">is_agree_pend_tral = #{isAgreePendTral},</if> <if test="isAgreePendTral != null">is_agree_pend_tral = #{isAgreePendTral},</if>
<if test="objectionAddEviden != null">objection_add_eviden = #{objectionAddEviden},</if>
<if test="openCourtHear != null">open_court_hear = #{openCourtHear},</if>
</set> </set>
where id = #{id} where id = #{id}
</update> </update>