|
|
@@ -35,6 +35,10 @@
|
|
35
|
35
|
<result property="paymentStatus" column="payment_status" />
|
|
36
|
36
|
<result property="paymentStatusName" column="paymentStatusName" />
|
|
37
|
37
|
<result property="filearbitraUrl" column="filearbitra_url" />
|
|
|
38
|
+
|
|
|
39
|
+ <result property="requestRule" column="request_rule" />
|
|
|
40
|
+ <result property="properPreser" column="proper_preser" />
|
|
|
41
|
+ <result property="adjudicaCounter" column="adjudica_counter" />
|
|
38
|
42
|
</resultMap>
|
|
39
|
43
|
|
|
40
|
44
|
<select id="selectCaseApplicationList" parameterType="CaseApplication" resultMap="CaseApplicationResult">
|
|
|
@@ -163,6 +167,7 @@ select t1.* from(
|
|
163
|
167
|
<if test="caseStatus != null ">case_status,</if>
|
|
164
|
168
|
<if test="hearDate != null ">hear_date,</if>
|
|
165
|
169
|
<if test="arbitratClaims != null and arbitratClaims != ''">arbitrat_claims,</if>
|
|
|
170
|
+ <if test="requestRule != null and requestRule != ''">request_rule,</if>
|
|
166
|
171
|
<if test="loanStartDate != null ">loan_start_date,</if>
|
|
167
|
172
|
<if test="loanEndDate != null ">loan_end_date,</if>
|
|
168
|
173
|
<if test="claimPrinciOwed != null ">claim_princi_owed,</if>
|
|
|
@@ -174,6 +179,10 @@ select t1.* from(
|
|
174
|
179
|
<if test="onlineVideoPerson != null and onlineVideoPerson != ''">online_video_person,</if>
|
|
175
|
180
|
|
|
176
|
181
|
<if test="contractNumber != null and contractNumber != ''">contract_number,</if>
|
|
|
182
|
+
|
|
|
183
|
+ <if test="adjudicaCounter != null ">adjudica_counter,</if>
|
|
|
184
|
+ <if test="properPreser != null ">proper_preser,</if>
|
|
|
185
|
+
|
|
177
|
186
|
<if test="createBy != null and createBy != ''">create_by,</if>
|
|
178
|
187
|
create_time
|
|
179
|
188
|
)values(
|
|
|
@@ -184,6 +193,7 @@ select t1.* from(
|
|
184
|
193
|
<if test="caseStatus != null ">#{caseStatus},</if>
|
|
185
|
194
|
<if test="hearDate != null ">#{hearDate},</if>
|
|
186
|
195
|
<if test="arbitratClaims != null and arbitratClaims != ''">#{arbitratClaims},</if>
|
|
|
196
|
+ <if test="requestRule != null and requestRule != ''">#{requestRule},</if>
|
|
187
|
197
|
<if test="loanStartDate != null ">#{loanStartDate},</if>
|
|
188
|
198
|
<if test="loanEndDate != null ">#{loanEndDate},</if>
|
|
189
|
199
|
<if test="claimPrinciOwed != null ">#{claimPrinciOwed},</if>
|
|
|
@@ -195,6 +205,10 @@ select t1.* from(
|
|
195
|
205
|
<if test="onlineVideoPerson != null and onlineVideoPerson != ''">#{onlineVideoPerson},</if>
|
|
196
|
206
|
|
|
197
|
207
|
<if test="contractNumber != null and contractNumber != ''">#{contractNumber},</if>
|
|
|
208
|
+
|
|
|
209
|
+ <if test="adjudicaCounter != null ">#{adjudicaCounter},</if>
|
|
|
210
|
+ <if test="properPreser != null ">#{properPreser},</if>
|
|
|
211
|
+
|
|
198
|
212
|
<if test="createBy != null and createBy != ''">#{createBy},</if>
|
|
199
|
213
|
sysdate()
|
|
200
|
214
|
)
|
|
|
@@ -208,6 +222,7 @@ select t1.* from(
|
|
208
|
222
|
<if test="arbitratMethod != null and arbitratMethod != ''">arbitrat_method = #{arbitratMethod},</if>
|
|
209
|
223
|
<if test="hearDate != null ">hear_date = #{hearDate},</if>
|
|
210
|
224
|
<if test="arbitratClaims != null and arbitratClaims != ''">arbitrat_claims = #{arbitratClaims},</if>
|
|
|
225
|
+ <if test="requestRule != null and requestRule != ''">request_rule = #{requestRule},</if>
|
|
211
|
226
|
<if test="loanStartDate != null ">loan_start_date = #{loanStartDate},</if>
|
|
212
|
227
|
<if test="loanEndDate != null ">loan_end_date = #{loanEndDate},</if>
|
|
213
|
228
|
<if test="loanEndDate != null ">claim_princi_owed = #{claimPrinciOwed},</if>
|
|
|
@@ -243,6 +258,14 @@ select t1.* from(
|
|
243
|
258
|
<if test="caseDescribe != null and caseDescribe != ''">case_describe = #{caseDescribe},</if>
|
|
244
|
259
|
<if test="caseResult != null and caseResult != ''">case_result = #{caseResult},</if>
|
|
245
|
260
|
<if test="isAgreePendTral != null">is_agree_pend_tral = #{isAgreePendTral},</if>
|
|
|
261
|
+ <if test="adjudicaCounter != null">adjudica_counter = #{adjudicaCounter},</if>
|
|
|
262
|
+ <if test="objectiJuris != null">objecti_juris = #{objectiJuris},</if>
|
|
|
263
|
+
|
|
|
264
|
+ <if test="isAbsence != null">is_absence = #{isAbsence},</if>
|
|
|
265
|
+ <if test="appliIsAbsen != null">appli_is_absen = #{appliIsAbsen},</if>
|
|
|
266
|
+ <if test="responCrossOpin != null and responCrossOpin != ''">respon_cross_opin = #{responCrossOpin},</if>
|
|
|
267
|
+ <if test="applicaCrossOpin != null and applicaCrossOpin != ''">applica_cross_opin = #{applicaCrossOpin},</if>
|
|
|
268
|
+ <if test="responDefenOpini != null and responDefenOpini != ''">respon_defen_opini = #{responDefenOpini},</if>
|
|
246
|
269
|
<if test="objectionAddEviden != null">objection_add_eviden = #{objectionAddEviden},</if>
|
|
247
|
270
|
<if test="openCourtHear != null">open_court_hear = #{openCourtHear},</if>
|
|
248
|
271
|
<if test="hearDate != null">hear_date = #{hearDate},</if>
|
|
|
@@ -274,7 +297,7 @@ select t1.* from(
|
|
274
|
297
|
END caseStatusName,
|
|
275
|
298
|
c.hear_date ,c.arbitrat_claims ,
|
|
276
|
299
|
c.loan_start_date ,c.loan_end_date ,c.claim_princi_owed ,c.claim_interest_owed ,c.claim_liquid_damag ,c.fee_payable ,
|
|
277
|
|
- c.begin_video_date ,c.online_video_person ,c.contract_number ,c.create_by ,c.create_time ,
|
|
|
300
|
+ c.begin_video_date ,c.online_video_person ,c.contract_number ,c.create_by ,c.create_time ,c.request_rule,c.adjudica_counter,c.proper_preser,
|
|
278
|
301
|
c.update_by ,c.update_time,c.arbitrator_id,c.arbitrator_name,ca.application_organ_id applicationOrganId ,ca.application_organ_name as applicantName
|
|
279
|
302
|
from case_application c
|
|
280
|
303
|
LEFT JOIN case_affiliate ca ON ca.case_appli_id = c.id and ca.identity_type=1
|