|
|
|
|
|
|
150
|
<if test="caseDescribe != null and caseDescribe != ''">case_describe = #{caseDescribe},</if>
|
150
|
<if test="caseDescribe != null and caseDescribe != ''">case_describe = #{caseDescribe},</if>
|
|
151
|
<if test="caseResult != null and caseResult != ''">case_result = #{caseResult},</if>
|
151
|
<if test="caseResult != null and caseResult != ''">case_result = #{caseResult},</if>
|
|
152
|
<if test="isAgreePendTral != null">is_agree_pend_tral = #{isAgreePendTral},</if>
|
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
|
</set>
|
155
|
</set>
|
|
154
|
where id = #{id}
|
156
|
where id = #{id}
|
|
155
|
</update>
|
157
|
</update>
|