Kaynağa Gözat

案件质证功能优化

qitz 2 yıl önce
ebeveyn
işleme
b47e4899a1

+ 2
- 0
ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml Dosyayı Görüntüle

@@ -150,6 +150,8 @@
150 150
             <if test="caseDescribe != null  and caseDescribe != ''">case_describe = #{caseDescribe},</if>
151 151
             <if test="caseResult != null  and caseResult != ''">case_result = #{caseResult},</if>
152 152
             <if test="isAgreePendTral != null">is_agree_pend_tral = #{isAgreePendTral},</if>
153
+            <if test="objectionAddEviden != null">objection_add_eviden = #{objectionAddEviden},</if>
154
+            <if test="openCourtHear != null">open_court_hear = #{openCourtHear},</if>
153 155
         </set>
154 156
         where id = #{id}
155 157
     </update>