|
|
@@ -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">
|
|
|
@@ -433,6 +437,7 @@
|
|
433
|
437
|
<if test="caseStatus != null ">case_status,</if>
|
|
434
|
438
|
<if test="hearDate != null ">hear_date,</if>
|
|
435
|
439
|
<if test="arbitratClaims != null and arbitratClaims != ''">arbitrat_claims,</if>
|
|
|
440
|
+ <if test="requestRule != null and requestRule != ''">request_rule,</if>
|
|
436
|
441
|
<if test="loanStartDate != null ">loan_start_date,</if>
|
|
437
|
442
|
<if test="loanEndDate != null ">loan_end_date,</if>
|
|
438
|
443
|
<if test="claimPrinciOwed != null ">claim_princi_owed,</if>
|
|
|
@@ -444,6 +449,10 @@
|
|
444
|
449
|
<if test="onlineVideoPerson != null and onlineVideoPerson != ''">online_video_person,</if>
|
|
445
|
450
|
|
|
446
|
451
|
<if test="contractNumber != null and contractNumber != ''">contract_number,</if>
|
|
|
452
|
+
|
|
|
453
|
+ <if test="adjudicaCounter != null ">adjudica_counter,</if>
|
|
|
454
|
+ <if test="properPreser != null ">proper_preser,</if>
|
|
|
455
|
+
|
|
447
|
456
|
<if test="createBy != null and createBy != ''">create_by,</if>
|
|
448
|
457
|
create_time
|
|
449
|
458
|
)values(
|
|
|
@@ -454,6 +463,7 @@
|
|
454
|
463
|
<if test="caseStatus != null ">#{caseStatus},</if>
|
|
455
|
464
|
<if test="hearDate != null ">#{hearDate},</if>
|
|
456
|
465
|
<if test="arbitratClaims != null and arbitratClaims != ''">#{arbitratClaims},</if>
|
|
|
466
|
+ <if test="requestRule != null and requestRule != ''">#{requestRule},</if>
|
|
457
|
467
|
<if test="loanStartDate != null ">#{loanStartDate},</if>
|
|
458
|
468
|
<if test="loanEndDate != null ">#{loanEndDate},</if>
|
|
459
|
469
|
<if test="claimPrinciOwed != null ">#{claimPrinciOwed},</if>
|
|
|
@@ -465,6 +475,10 @@
|
|
465
|
475
|
<if test="onlineVideoPerson != null and onlineVideoPerson != ''">#{onlineVideoPerson},</if>
|
|
466
|
476
|
|
|
467
|
477
|
<if test="contractNumber != null and contractNumber != ''">#{contractNumber},</if>
|
|
|
478
|
+
|
|
|
479
|
+ <if test="adjudicaCounter != null ">#{adjudicaCounter},</if>
|
|
|
480
|
+ <if test="properPreser != null ">#{properPreser},</if>
|
|
|
481
|
+
|
|
468
|
482
|
<if test="createBy != null and createBy != ''">#{createBy},</if>
|
|
469
|
483
|
sysdate()
|
|
470
|
484
|
)
|
|
|
@@ -478,6 +492,7 @@
|
|
478
|
492
|
<if test="arbitratMethod != null and arbitratMethod != ''">arbitrat_method = #{arbitratMethod},</if>
|
|
479
|
493
|
<if test="hearDate != null ">hear_date = #{hearDate},</if>
|
|
480
|
494
|
<if test="arbitratClaims != null and arbitratClaims != ''">arbitrat_claims = #{arbitratClaims},</if>
|
|
|
495
|
+ <if test="requestRule != null and requestRule != ''">request_rule = #{requestRule},</if>
|
|
481
|
496
|
<if test="loanStartDate != null ">loan_start_date = #{loanStartDate},</if>
|
|
482
|
497
|
<if test="loanEndDate != null ">loan_end_date = #{loanEndDate},</if>
|
|
483
|
498
|
<if test="loanEndDate != null ">claim_princi_owed = #{claimPrinciOwed},</if>
|
|
|
@@ -513,6 +528,14 @@
|
|
513
|
528
|
<if test="caseDescribe != null and caseDescribe != ''">case_describe = #{caseDescribe},</if>
|
|
514
|
529
|
<if test="caseResult != null and caseResult != ''">case_result = #{caseResult},</if>
|
|
515
|
530
|
<if test="isAgreePendTral != null">is_agree_pend_tral = #{isAgreePendTral},</if>
|
|
|
531
|
+ <if test="adjudicaCounter != null">adjudica_counter = #{adjudicaCounter},</if>
|
|
|
532
|
+ <if test="objectiJuris != null">objecti_juris = #{objectiJuris},</if>
|
|
|
533
|
+
|
|
|
534
|
+ <if test="isAbsence != null">is_absence = #{isAbsence},</if>
|
|
|
535
|
+ <if test="appliIsAbsen != null">appli_is_absen = #{appliIsAbsen},</if>
|
|
|
536
|
+ <if test="responCrossOpin != null and responCrossOpin != ''">respon_cross_opin = #{responCrossOpin},</if>
|
|
|
537
|
+ <if test="applicaCrossOpin != null and applicaCrossOpin != ''">applica_cross_opin = #{applicaCrossOpin},</if>
|
|
|
538
|
+ <if test="responDefenOpini != null and responDefenOpini != ''">respon_defen_opini = #{responDefenOpini},</if>
|
|
516
|
539
|
<if test="objectionAddEviden != null">objection_add_eviden = #{objectionAddEviden},</if>
|
|
517
|
540
|
<if test="openCourtHear != null">open_court_hear = #{openCourtHear},</if>
|
|
518
|
541
|
<if test="hearDate != null">hear_date = #{hearDate},</if>
|
|
|
@@ -544,7 +567,7 @@
|
|
544
|
567
|
END caseStatusName,
|
|
545
|
568
|
c.hear_date ,c.arbitrat_claims ,
|
|
546
|
569
|
c.loan_start_date ,c.loan_end_date ,c.claim_princi_owed ,c.claim_interest_owed ,c.claim_liquid_damag ,c.fee_payable ,
|
|
547
|
|
- c.begin_video_date ,c.online_video_person ,c.contract_number ,c.create_by ,c.create_time ,
|
|
|
570
|
+ 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,
|
|
548
|
571
|
c.update_by ,c.update_time,c.arbitrator_id,c.arbitrator_name,ca.application_organ_id applicationOrganId ,ca.application_organ_name as applicantName
|
|
549
|
572
|
from case_application c
|
|
550
|
573
|
LEFT JOIN case_affiliate ca ON ca.case_appli_id = c.id and ca.identity_type=1
|