|
|
@@ -31,6 +31,9 @@
|
|
31
|
31
|
<result property="updateTime" column="update_time" />
|
|
32
|
32
|
<result property="arbitratMethodName" column="arbitratMethodName" />
|
|
33
|
33
|
|
|
|
34
|
+ <result property="applicantIsWrittenHear" column="appli_iswrit_hear" />
|
|
|
35
|
+ <result property="respondentIsWrittenHear" column="respon_isWrit_hear" />
|
|
|
36
|
+
|
|
34
|
37
|
<result property="isAbsence" column="is_absence" />
|
|
35
|
38
|
<result property="responCrossOpin" column="respon_cross_opin" />
|
|
36
|
39
|
<result property="applicaCrossOpin" column="applica_cross_opin" />
|
|
|
@@ -1052,7 +1055,7 @@
|
|
1052
|
1055
|
<set>
|
|
1053
|
1056
|
<if test="caseSubjectAmount != null">case_subject_amount = #{caseSubjectAmount},</if>
|
|
1054
|
1057
|
<if test="registerDate != null">register_date = #{registerDate},</if>
|
|
1055
|
|
- <if test="arbitratMethod != null and arbitratMethod != ''">arbitrat_method = #{arbitratMethod},</if>
|
|
|
1058
|
+ <if test="arbitratMethod != null">arbitrat_method = #{arbitratMethod},</if>
|
|
1056
|
1059
|
<if test="hearDate != null ">hear_date = #{hearDate},</if>
|
|
1057
|
1060
|
<if test="arbitratClaims != null and arbitratClaims != ''">arbitrat_claims = #{arbitratClaims},</if>
|
|
1058
|
1061
|
<if test="requestRule != null and requestRule != ''">request_rule = #{requestRule},</if>
|
|
|
@@ -1073,6 +1076,9 @@
|
|
1073
|
1076
|
<if test="caseStatus != null">case_status = #{caseStatus},</if>
|
|
1074
|
1077
|
<if test="properPreser != null">proper_preser = #{properPreser},</if>
|
|
1075
|
1078
|
|
|
|
1079
|
+ <if test="applicantIsWrittenHear != null">appli_iswrit_hear = #{applicantIsWrittenHear},</if>
|
|
|
1080
|
+ <if test="respondentIsWrittenHear != null">respon_isWrit_hear = #{respondentIsWrittenHear},</if>
|
|
|
1081
|
+
|
|
1076
|
1082
|
<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
|
|
1077
|
1083
|
<if test="caseNum != null and caseNum != ''">case_num = #{caseNum},</if>
|
|
1078
|
1084
|
<if test="version != null ">version = #{version},</if>
|
|
|
@@ -1164,6 +1170,7 @@
|
|
1164
|
1170
|
c.update_by ,c.update_time,c.arbitrator_id,c.arbitrator_name,ca.application_organ_id applicationOrganId ,ca.application_organ_name as applicantName,
|
|
1165
|
1171
|
c.batch_number,
|
|
1166
|
1172
|
c.facts,
|
|
|
1173
|
+ c.appli_iswrit_hear,c.respon_isWrit_hear,
|
|
1167
|
1174
|
c.mediation_agreement,c.template_id templateId
|
|
1168
|
1175
|
from case_application c
|
|
1169
|
1176
|
LEFT JOIN case_affiliate ca ON ca.case_appli_id = c.id and ca.identity_type=1
|