案件质证功能优化

This commit is contained in:
qitz
2023-09-19 14:42:31 +08:00
parent 3fb9bf8f90
commit b47e4899a1
@@ -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>