Procházet zdrojové kódy

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

qtz před 2 roky
rodič
revize
236358c237

+ 2
- 0
ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml Zobrazit soubor

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