|
|
@@ -33,6 +33,7 @@
|
|
33
|
33
|
|
|
34
|
34
|
<if test="checkOpinion != null and checkOpinion != ''">check_opinion,</if>
|
|
35
|
35
|
<if test="caseCheckReject != null and caseCheckReject != ''">case_check_reject,</if>
|
|
|
36
|
+ <if test="arbitrateReject != null and arbitrateReject != ''">arbitrate_reject,</if>
|
|
36
|
37
|
<if test="createBy != null and createBy != ''">create_by,</if>
|
|
37
|
38
|
case_focus,
|
|
38
|
39
|
case_facts,
|
|
|
@@ -49,6 +50,7 @@
|
|
49
|
50
|
<if test="arbitrateThink != null and arbitrateThink != ''">#{arbitrateThink},</if>
|
|
50
|
51
|
<if test="checkOpinion != null and checkOpinion != ''">#{checkOpinion},</if>
|
|
51
|
52
|
<if test="caseCheckReject != null and caseCheckReject != ''">#{caseCheckReject},</if>
|
|
|
53
|
+ <if test="arbitrateReject != null and arbitrateReject != ''">#{arbitrateReject},</if>
|
|
52
|
54
|
<if test="createBy != null and createBy != ''">#{createBy},</if>
|
|
53
|
55
|
#{caseFocus},
|
|
54
|
56
|
#{caseFacts},
|