ソースを参照

案件质证功能优化

qitz 2 年 前
コミット
b47e4899a1
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2
    0
      ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml

+ 2
- 0
ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml ファイルの表示

@@ -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>