| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598 |
- <?xml version="1.0" encoding="UTF-8" ?>
- <!DOCTYPE mapper
- PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
- "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
- <mapper namespace="com.ruoyi.wisdomarbitrate.mapper.CaseApplicationMapper">
-
- <resultMap type="CaseApplication" id="CaseApplicationResult">
- <id property="id" column="id" />
- <result property="caseNum" column="case_num" />
- <result property="caseName" column="case_name" />
- <result property="caseSubjectAmount" column="case_subject_amount" />
- <result property="registerDate" column="register_date" />
- <result property="arbitratMethod" column="arbitrat_method" />
- <result property="caseStatus" column="case_status" />
- <result property="hearDate" column="hear_date" />
- <result property="arbitratClaims" column="arbitrat_claims" />
- <result property="loanStartDate" column="loan_start_date" />
- <result property="loanEndDate" column="loan_end_date" />
- <result property="claimPrinciOwed" column="claim_princi_owed" />
- <result property="claimInterestOwed" column="claim_interest_owed" />
- <result property="claimLiquidDamag" column="claim_liquid_damag" />
-
- <result property="feePayable" column="fee_payable" />
- <result property="beginVideoDate" column="begin_video_date" />
- <result property="onlineVideoPerson" column="online_video_person" />
- <result property="contractNumber" column="contract_number" />
- <result property="caseStatusName" column="caseStatusName" />
- <result property="createBy" column="create_by" />
- <result property="createTime" column="create_time" />
- <result property="updateBy" column="update_by" />
- <result property="updateTime" column="update_time" />
- <result property="arbitratMethodName" column="arbitratMethodName" />
-
- <result property="isAbsence" column="is_absence" />
- <result property="responCrossOpin" column="respon_cross_opin" />
- <result property="applicaCrossOpin" column="applica_cross_opin" />
- <result property="responDefenOpini" column="respon_defen_opini" />
-
- <result property="arbitratorId" column="arbitrator_id" />
- <result property="arbitratorName" column="arbitrator_name" />
- <result property="paymentStatus" column="payment_status" />
- <result property="paymentStatusName" column="paymentStatusName" />
- <result property="filearbitraUrl" column="filearbitra_url" />
-
- <result property="requestRule" column="request_rule" />
- <result property="properPreser" column="proper_preser" />
- <result property="adjudicaCounter" column="adjudica_counter" />
- <result property="lockStatus" column="lock_status" />
- </resultMap>
-
-
- <select id="selectCaseApplicationList1" parameterType="CaseApplication" resultMap="CaseApplicationResult">
- select DISTINCT(t1.id),t1.caseLogId,t1.case_num,t1.case_subject_amount,t1.register_date,t1.arbitrat_method,
- t1.arbitratMethodName,t1.case_status,t1.caseStatusName,t1.hear_date,t1.arbitrat_claims,
- t1.loan_start_date,t1.loan_end_date,t1.claim_princi_owed,t1.claim_interest_owed,t1.claim_liquid_damag,t1.fee_payable,
- t1.begin_video_date,t1.online_video_person,t1.contract_number,t1.create_by,t1.create_time,t1.update_by,t1.update_time,
- t1.arbitrator_name,t1.name,t1.application_organ_id,t1.applicantName,t1.arbitrator_id,t1.identity_num,t1.identity_type,
- t1.filearbitra_url,t1.lock_status,t1.version,t1.updateSubmitStatus
- from(
- <trim suffixOverrides="union">
- <!--申请人,被申请人,仲裁员,部门长,财务,代理人案件-->
- <if test="isOtherRole!=null and isOtherRole==1">
-
- select t.id,t.caseLogId,t.case_num ,t.case_subject_amount ,t.register_date ,t.arbitrat_method,
- t.arbitratMethodName,t.case_status,t.caseStatusName,t.hear_date ,t.arbitrat_claims ,
- t.loan_start_date ,t.loan_end_date ,t.claim_princi_owed ,t.claim_interest_owed
- ,t.claim_liquid_damag,t.fee_payable ,
- t.begin_video_date ,t.online_video_person ,t.contract_number ,t.create_by ,t.create_time ,
- t.update_by ,t.update_time , t.arbitrator_name,t.name,t.application_organ_id,t.applicantName,
- t.arbitrator_id,t.identity_num , t.identity_type,t.filearbitra_url,t.lock_status,t.version,t.updateSubmitStatus
- from(
- select c.id ,'' AS caseLogId,c.case_num ,c.case_subject_amount ,c.register_date ,c.arbitrat_method ,
- CASE c.arbitrat_method when 1 then '开庭审理' when 2 then '书面审理'
- ELSE '无审理方式'
- END arbitratMethodName,
- c.case_status ,
- CASE c.case_status when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
- when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
- when 6 then '待组庭确定' when 7 then '待审核仲裁方式' when 8 then '待开庭审理'
- when 9 then '待书面审理' when 10 then '待生成仲裁文书' when 11 then '待核验仲裁文书'
- when 12 then '待审核仲裁文书' when 13 then '待仲裁文书签名' when 14 then '待仲裁文书用印'
- when 15 then '待仲裁文书送达' when 16 then '待案件归档' when 17 then '已归档'
- when 31 then '待修改开庭时间'
- ELSE '无案件状态'
- END caseStatusName,
- c.hear_date ,c.arbitrat_claims ,
- c.loan_start_date ,c.loan_end_date ,c.claim_princi_owed ,c.claim_interest_owed ,c.claim_liquid_damag
- ,c.fee_payable ,c.begin_video_date ,c.online_video_person ,c.contract_number ,c.create_by ,c.create_time,
- c.update_by ,c.update_time , c.arbitrator_name,ca.name,ca.application_organ_id,ca.application_organ_name as applicantName,
- c.arbitrator_id,ca.identity_num ,ca.identity_type,c.filearbitra_url,c.lock_status,c.version,null as updateSubmitStatus
- from case_application c
- JOIN case_affiliate ca ON ca.case_appli_id = c.id
- <!--查询条件-->
- <where>
- <if test="caseStatus != null">
- AND c.case_status = #{caseStatus}
- </if>
- <if test="caseNum != null and caseNum != ''">
- AND c.case_num = #{caseNum}
- </if>
- <if test="nameId != null and nameId != ''">
- AND ca.application_organ_id=#{nameId} AND ca.identity_type=1
- </if>
- <if test="caseStatusList != null and caseStatusList.size() > 0">
- and c.case_status in
- <foreach item="caseStatus" collection="caseStatusList" open="(" separator="," close=")">
- #{caseStatus}
- </foreach>
- </if>
- <if test="lockStatus != null">
- AND c.lock_status = #{lockStatus}
- </if>
- </where>
- ) t
- <where>
- <!--根据角色和状态过滤-->
- <!--被申请人-->
- <if test="idCard != null and idCard != ''">
- or (t.identity_num=#{idCard} AND t.identity_type=2 and (t.case_status=4 or t.case_status=17))
- </if>
- <!--仲裁员-->
- <if test="userId != null and userId != ''">
- or ( t.identity_type=1 and
- t.case_status in (7,8,9,12,13,17)
- and
- instr (t.arbitrator_id,#{userId})>0)
- </if>
- <!--申请人-->
- <!-- <if test="applicationOrganId != null and applicationOrganId != ''">-->
- <!-- or ( t.application_organ_id = #{applicationOrganId} AND t.identity_type=1-->
- <!-- <!–暂时改为可以查询到生成裁决书之前所有的案件状态–>-->
- <!-- and (t.case_status <= 10 or t.case_status=31))-->
-
- <!-- </if>-->
- <!--部门长-->
- <if test="deptHeadStatus != null and deptHeadStatus.size() > 0">
- or (t.identity_type=1 and t.case_status in
- <foreach item="caseStatus" collection="deptHeadStatus" open="(" separator="," close=")">
- #{caseStatus}
- </foreach>)
- </if>
- <!--财务-->
- <if test="financeStatus != null and financeStatus != ''">
- or (t.identity_type=1 and t.case_status =#{financeStatus})
-
-
- </if>
- <!--代理人-->
- <if test="agentDeptIds != null and agentDeptIds.size()>0">
- or (
- t.application_organ_id in
- <foreach item="deptId" collection="agentDeptIds" open="(" separator="," close=")">#{deptId}
- </foreach>
- AND t.identity_type=1
- and t.case_status in (0,9))
-
- </if>
- </where>
- union
- </if>
- <if test="applicationOrganId != null and applicationOrganId != ''">
-
-
- <!--申请人案件-->
- select c.id ,l.id AS caseLogId,c.case_num ,l.case_subject_amount ,c.register_date ,c.arbitrat_method ,
- CASE c.arbitrat_method when 1 then '开庭审理' when 2 then '书面审理'
- ELSE '无审理方式'
- END arbitratMethodName,
- c.case_status ,
- CASE c.case_status when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
- when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
- when 6 then '待组庭确定' when 7 then '待审核仲裁方式' when 8 then '待开庭审理'
- when 9 then '待书面审理' when 10 then '待生成仲裁文书' when 11 then '待核验仲裁文书'
- when 12 then '待审核仲裁文书' when 13 then '待仲裁文书签名' when 14 then '待仲裁文书用印'
- when 15 then '待仲裁文书送达' when 16 then '待案件归档' when 17 then '已归档'
- when 31 then '待修改开庭时间'
- ELSE '无案件状态'
- END caseStatusName,
- c.hear_date ,l.arbitrat_claims ,
- l.loan_start_date ,l.loan_end_date ,l.claim_princi_owed ,l.claim_interest_owed ,l.claim_liquid_damag
- ,l.fee_payable ,
- c.begin_video_date ,c.online_video_person ,l.contract_number ,c.create_by ,c.create_time ,
- c.update_by ,c.update_time , c.arbitrator_name,ca.name,ca.application_organ_id,ca.application_organ_name
- as
- applicantName,
- c.arbitrator_id,ca.identity_num , ca.identity_type,c.filearbitra_url,c.lock_status,(select version from case_application_log where case_appli_id=c.id order by version desc limit 1) as version,(select update_submit_status from case_application_log where case_appli_id=c.id order by version desc limit 1) as updateSubmitStatus
- from case_application c
- JOIN case_application_log l ON c.id = l.case_appli_id and c.version=l.version
- JOIN case_affiliate_log ca ON ca.case_appli_log_id = l.id AND ca.identity_type = 1
-
- <where>
- (c.case_status <= 10 or c.case_status=31) AND ca.identity_type=1
-
- <if test="applicationOrganId != null and applicationOrganId != ''">
- AND ca.application_organ_id = #{applicationOrganId}
- </if>
- <if test="caseStatus != null">
- AND c.case_status = #{caseStatus}
- </if>
- <if test="caseNum != null and caseNum != ''">
- AND c.case_num = #{caseNum}
- </if>
- <if test="nameId != null and nameId != ''">
- AND ca.application_organ_id=#{nameId}
- </if>
-
- <if test="lockStatus != null">
- AND c.lock_status = #{lockStatus}
- </if>
- </where>
- union
- </if>
- <!--秘书案件-->
- <if test="deptIds != null and deptIds.size() > 0">
-
- <!--秘书主表案件-->
- SELECT
- c.id,
- '' AS caseLogId,
- c.case_num,
- c.case_subject_amount,
- c.register_date,
- c.arbitrat_method,
- CASE
- c.arbitrat_method
- WHEN 1 THEN
- '开庭审理'
- WHEN 2 THEN
- '书面审理' ELSE '无审理方式'
- END arbitratMethodName,
- c.case_status,
- CASE
- c.case_status
- WHEN 0 THEN
- '立案申请'
- WHEN 1 THEN
- '待立案审查'
- WHEN 2 THEN
- '待缴费'
- WHEN 3 THEN
- '待缴费确认'
- WHEN 4 THEN
- '待案件质证'
- WHEN 5 THEN
- '待组庭审核'
- WHEN 6 THEN
- '待组庭确定'
- WHEN 7 THEN
- '待审核仲裁方式'
- WHEN 8 THEN
- '待开庭审理'
- WHEN 9 THEN
- '待书面审理'
- WHEN 10 THEN
- '待生成仲裁文书'
- WHEN 11 THEN
- '待核验仲裁文书'
- WHEN 12 THEN
- '待审核仲裁文书'
- WHEN 13 THEN
- '待仲裁文书签名'
- WHEN 14 THEN
- '待仲裁文书用印'
- WHEN 15 THEN
- '待仲裁文书送达'
- WHEN 16 THEN
- '待案件归档'
- WHEN 17 THEN
- '已归档'
- WHEN 31 THEN
- '待修改开庭时间' ELSE '无案件状态'
- END caseStatusName,
- c.hear_date,
- c.arbitrat_claims,
- c.loan_start_date,
- c.loan_end_date,
- c.claim_princi_owed,
- c.claim_interest_owed,
- c.claim_liquid_damag,
- c.fee_payable,
- c.begin_video_date,
- c.online_video_person,
- c.contract_number,
- c.create_by,
- c.create_time,
- c.update_by,
- c.update_time,
- c.arbitrator_name,
- ca.name,
- ca.application_organ_id ,
- ca.application_organ_name AS applicantName,
- c.arbitrator_id,ca.identity_num ,ca.identity_type,
- c.filearbitra_url,
- c.lock_status,c.version,
- null as updateSubmitStatus
- FROM
- case_application c
- JOIN case_affiliate ca ON ca.case_appli_id = c.id AND ca.identity_type = 1
- JOIN case_application_log l on l.case_appli_id=c.id and l.update_submit_status not in(1, 2) and l.version
- = (
- SELECT
- max( version ) version
- FROM
- case_application_log
- WHERE case_appli_id = c.id
- )
- WHERE
- ca.identity_type=1 and c.case_status in (1,5,11,15,16,17,31)
- <if test="caseStatusList != null and caseStatusList.size() > 0">
- and c.case_status in
- <foreach item="caseStatus" collection="caseStatusList" open="(" separator="," close=")">
- #{caseStatus}
- </foreach>
- </if>
- <if test="deptIds != null and deptIds.size() > 0">
- and ca.application_organ_id in
- <foreach item="item" collection="deptIds" open="(" separator="," close=")">
- #{item}
- </foreach>
- </if>
- <if test="caseStatus != null">
- AND c.case_status = #{caseStatus}
- </if>
- <if test="lockStatus != null">
- AND c.lock_status = #{lockStatus}
- </if>
- <if test="caseNum != null and caseNum != ''">
- AND c.case_num = #{caseNum}
- </if>
- <if test="nameId != null and nameId != ''">
- AND ca.application_organ_id=#{nameId} AND ca.identity_type=1
- </if>
- union
- <!--秘书审核案件-->
- SELECT
- l.case_appli_id id,
- l.id AS caseLogId,
- l.case_num,
- l.case_subject_amount,
- c.register_date,
- c.arbitrat_method,
- CASE
- c.arbitrat_method
- WHEN 1 THEN
- '开庭审理'
- WHEN 2 THEN
- '书面审理' ELSE '无审理方式'
- END arbitratMethodName,
- c.case_status,
- CASE
- c.case_status
- WHEN 0 THEN
- '立案申请'
- WHEN 1 THEN
- '待立案审查'
- WHEN 2 THEN
- '待缴费'
- WHEN 3 THEN
- '待缴费确认'
- WHEN 4 THEN
- '待案件质证'
- WHEN 5 THEN
- '待组庭审核'
- WHEN 6 THEN
- '待组庭确定'
- WHEN 7 THEN
- '待审核仲裁方式'
- WHEN 8 THEN
- '待开庭审理'
- WHEN 9 THEN
- '待书面审理'
- WHEN 10 THEN
- '待生成仲裁文书'
- WHEN 11 THEN
- '待核验仲裁文书'
- WHEN 12 THEN
- '待审核仲裁文书'
- WHEN 13 THEN
- '待仲裁文书签名'
- WHEN 14 THEN
- '待仲裁文书用印'
- WHEN 15 THEN
- '待仲裁文书送达'
- WHEN 16 THEN
- '待案件归档'
- WHEN 17 THEN
- '已归档'
- WHEN 31 THEN
- '待修改开庭时间' ELSE '无案件状态'
- END caseStatusName,
- c.hear_date,
- l.arbitrat_claims,
- l.loan_start_date,
- l.loan_end_date,
- l.claim_princi_owed,
- l.claim_interest_owed,
- l.claim_liquid_damag,
- l.fee_payable,
- c.begin_video_date,
- c.online_video_person,
- l.contract_number,
- l.create_by,
- c.create_time,
- l.update_by,
- l.update_time,
- c.arbitrator_name,
- ca.name,
- ca.application_organ_id ,
- ca.application_organ_name AS applicantName,
- c.arbitrator_id,ca.identity_num ,ca.identity_type,
- c.filearbitra_url,c.lock_status,l.version,l.update_submit_status as updateSubmitStatus
- FROM
- case_application c
- JOIN case_application_log l ON c.id = l.case_appli_id
- JOIN case_affiliate_log ca ON ca.case_appli_log_id = l.id
- AND ca.identity_type = 1
- WHERE
- l.update_submit_status IN ( 1, 2 ) and ca.identity_type=1
- <if test="deptIds != null and deptIds.size() > 0">
- and ca.application_organ_id in
- <foreach item="item" collection="deptIds" open="(" separator="," close=")">
- #{item}
- </foreach>
- </if>
- <if test="caseStatus != null">
- AND c.case_status = #{caseStatus}
- </if>
- <if test="lockStatus != null">
- AND c.lock_status = #{lockStatus}
- </if>
- <if test="caseNum != null and caseNum != ''">
- AND c.case_num = #{caseNum}
- </if>
- <if test="nameId != null and nameId != ''">
- AND ca.application_organ_id=#{nameId} AND ca.identity_type=1
- </if>
- <!-- <if test="caseStatusList != null and caseStatusList.size() > 0">-->
- <!-- and c.case_status in (1,5)-->
- <!-- </if>-->
- <!-- 查询该案件的最新记录 -->
- AND l.version = (
- SELECT
- max( version ) version
- FROM
- case_application_log
- WHERE
- c.id = case_appli_id)
- </if>
- </trim>
- ) t1
-
- order by t1.create_time desc,t1.case_num desc
- </select>
-
-
- <select id="selectHandledCase" resultMap="CaseApplicationResult">
- select DISTINCT(c.id) id,c.case_num ,c.case_subject_amount ,c.register_date ,c.arbitrat_method ,
- CASE c.arbitrat_method when 1 then '开庭审理' when 2 then '书面审理'
- ELSE '无审理方式'
- END arbitratMethodName,
- c.case_status ,
- CASE c.case_status when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
- when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
- when 6 then '待组庭确定' when 7 then '待审核仲裁方式' when 8 then '待开庭审理'
- when 9 then '待书面审理' when 10 then '待生成仲裁文书' when 11 then '待核验仲裁文书'
- when 12 then '待审核仲裁文书' when 13 then '待仲裁文书签名' when 14 then '待仲裁文书用印'
- when 15 then '待仲裁文书送达' when 16 then '待案件归档' when 17 then '已归档'
- when 31 then '待修改开庭时间'
- ELSE '无案件状态'
- END caseStatusName,
- c.hear_date ,c.arbitrat_claims ,
- c.loan_start_date ,c.loan_end_date ,c.claim_princi_owed ,c.claim_interest_owed ,c.claim_liquid_damag ,c.fee_payable ,
- c.begin_video_date ,c.online_video_person ,c.contract_number ,c.create_by ,c.create_time ,c.lock_status,
- c.update_by ,c.update_time , c.arbitrator_name,ca.application_organ_id applicationOrganId ,ca.application_organ_name as applicantName,c.filearbitra_url
- from case_log_record r
- join case_application c on r.case_appli_id=c.id
- JOIN case_affiliate ca ON ca.case_appli_id = c.id AND ca.identity_type=1
- <where>
-
- <if test="lockStatus != null">
- AND c.lock_status = #{lockStatus}
- </if>
- <if test="caseNum != null and caseNum != ''">
- AND c.case_num = #{caseNum}
- </if>
- <if test="nameId != null and nameId != ''">
- AND ca.application_organ_id=#{nameId} AND ca.identity_type=1
- </if>
- <if test="loginUserName != null and loginUserName != ''">
- AND r.create_by=#{loginUserName} AND ca.identity_type=1
- </if>
-
- </where>
- order by c.create_time desc,c.case_num desc
- </select>
- <select id="selectCaseApplicationList" parameterType="CaseApplication" resultMap="CaseApplicationResult">
- select DISTINCT(t1.id),t1.case_num,t1.case_subject_amount,t1.register_date,t1.arbitrat_method,
- t1.arbitratMethodName,t1.case_status,t1.caseStatusName,t1.hear_date,t1.arbitrat_claims,
- t1.loan_start_date,t1.loan_end_date,t1.claim_princi_owed,t1.claim_interest_owed,t1.claim_liquid_damag,t1.fee_payable,
- t1.begin_video_date,t1.online_video_person,t1.contract_number,t1.create_by,t1.create_time,t1.update_by,t1.update_time,
- t1.arbitrator_name,t1.name,t1.application_organ_id,t1.applicantName,t1.arbitrator_id,t1.identity_num,t1.identity_type,
- t1.filearbitra_url,t1.lock_status,t1.version
-
- from(
- select t.id,t.case_num ,t.case_subject_amount ,t.register_date ,t.arbitrat_method,
- t.arbitratMethodName,t.case_status,t.caseStatusName,t.hear_date ,t.arbitrat_claims ,
- t.loan_start_date ,t.loan_end_date ,t.claim_princi_owed ,t.claim_interest_owed ,t.claim_liquid_damag,t.fee_payable ,
- t.begin_video_date ,t.online_video_person ,t.contract_number ,t.create_by ,t.create_time ,
- t.update_by ,t.update_time , t.arbitrator_name,t.name,t.application_organ_id,t.applicantName,
- t.arbitrator_id,t.identity_num , t.identity_type,t.filearbitra_url,t.lock_status,t.version
- from(
- select c.id ,c.case_num ,c.case_subject_amount ,c.register_date ,c.arbitrat_method ,
- CASE c.arbitrat_method when 1 then '开庭审理' when 2 then '书面审理'
- ELSE '无审理方式'
- END arbitratMethodName,
- c.case_status ,
- CASE c.case_status when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
- when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
- when 6 then '待组庭确定' when 7 then '待审核仲裁方式' when 8 then '待开庭审理'
- when 9 then '待书面审理' when 10 then '待生成仲裁文书' when 11 then '待核验仲裁文书'
- when 12 then '待审核仲裁文书' when 13 then '待仲裁文书签名' when 14 then '待仲裁文书用印'
- when 15 then '待仲裁文书送达' when 16 then '待案件归档' when 17 then '已归档'
- when 31 then '待修改开庭时间'
- ELSE '无案件状态'
- END caseStatusName,
- c.hear_date ,c.arbitrat_claims ,
- c.loan_start_date ,c.loan_end_date ,c.claim_princi_owed ,c.claim_interest_owed ,c.claim_liquid_damag
- ,c.fee_payable ,
- c.begin_video_date ,c.online_video_person ,c.contract_number ,c.create_by ,c.create_time ,
- c.update_by ,c.update_time , c.arbitrator_name,ca.name,ca.application_organ_id,ca.application_organ_name as
- applicantName,
- c.arbitrator_id,ca.identity_num , ca.identity_type,c.filearbitra_url,c.lock_status,c.version
- from case_application c
- JOIN case_affiliate ca ON ca.case_appli_id = c.id
- <where>
- <if test="caseStatus != null">
- AND c.case_status = #{caseStatus}
- </if>
- <if test="caseNum != null and caseNum != ''">
- AND c.case_num = #{caseNum}
- </if>
- <if test="nameId != null and nameId != ''">
- AND ca.application_organ_id=#{nameId} AND ca.identity_type=1
- </if>
- <if test="caseStatusList != null and caseStatusList.size() > 0">
- and c.case_status in
- <foreach item="caseStatus" collection="caseStatusList" open="(" separator="," close=")">
- #{caseStatus}
- </foreach>
- </if>
- <if test="lockStatus != null">
- AND c.lock_status = #{lockStatus}
- </if>
- </where>
- ) t
- <where>
-
- <!--被申请人-->
- <if test="idCard != null and idCard != ''">
- or (t.identity_num=#{idCard} AND t.identity_type=2 and (t.case_status=4 or t.case_status=17))
- </if>
- <!--仲裁员-->
- <if test="userId != null and userId != ''">
- or ( t.identity_type=1 and
- t.case_status in (7,8,9,12,13,17)
- and
- instr (t.arbitrator_id,#{userId})>0)
- </if>
- <!--法律顾问秘书-->
- <!-- <if test="deptIds != null and deptIds.size() > 0">-->
- <!-- or (t.identity_type=1 and t.case_status in (1,5,11,15,16,17,31)-->
- <!-- and t.application_organ_id in-->
- <!-- <foreach item="item" collection="deptIds" open="(" separator="," close=")">-->
- <!-- #{item}-->
- <!-- </foreach> )-->
- <!-- </if>-->
-
- <!--申请人-->
- <if test="applicationOrganId != null and applicationOrganId != ''">
- or ( t.application_organ_id = #{applicationOrganId} AND t.identity_type=1
- <!--暂时改为可以查询到生成裁决书之前所有的案件状态-->
- and (t.case_status <= 10 or t.case_status=31))
-
- </if>
- <!--部门长-->
- <if test="deptHeadStatus != null and deptHeadStatus.size() > 0">
- or (t.identity_type=1 and t.case_status in
- <foreach item="caseStatus" collection="deptHeadStatus" open="(" separator="," close=")">#{caseStatus}
- </foreach>)
- </if>
- <!--财务-->
- <if test="financeStatus != null and financeStatus != ''">
- or (t.identity_type=1 and t.case_status =#{financeStatus})
-
-
- </if>
- <!--代理人-->
- <if test="agentDeptIds != null and agentDeptIds.size()>0">
- or (
- t.application_organ_id in
- <foreach item="deptId" collection="agentDeptIds" open="(" separator="," close=")">#{deptId}
- </foreach>
- AND t.identity_type=1
- and t.case_status in (0,9))
-
- </if>
- </where>
- ) t1
-
- order by t1.create_time desc,t1.case_num desc
- </select>
- <select id="selectTodoCountByRole" resultType="com.ruoyi.wisdomarbitrate.domain.vo.ToDoCount">
- select sum( case when t1.case_status=0 then 1 else 0 end) caseApply,
- sum( case when t1.case_status=1 then 1 else 0 end) caseApplyCheck,
- sum( case when t1.case_status=2 then 1 else 0 end) caseApplyPay,
- sum( case when t1.case_status=3 then 1 else 0 end) caseApplyPayCheck,
- sum( case when t1.case_status=4 then 1 else 0 end) caseApplyEvidence,
- sum( case when t1.case_status=5 then 1 else 0 end) caseApplyGroupCheck,
- sum( case when t1.case_status=6 then 1 else 0 end) caseApplyGroupConfirm,
- sum( case when t1.case_status=7 then 1 else 0 end) caseApplyArbitrateWay,
- sum( case when t1.case_status=8 then 1 else 0 end) caseApplyGroupOnline,
- sum( case when t1.case_status=9 then 1 else 0 end) caseApplyGroupOffline,
- sum( case when t1.case_status=10 then 1 else 0 end) caseApplyAward,
- sum( case when t1.case_status=11 then 1 else 0 end) caseApplyAwardCheck,
- sum( case when t1.case_status=12 then 1 else 0 end) caseApplyAwardConfirm,
- sum( case when t1.case_status=13 then 1 else 0 end) caseApplyAwardSign,
- sum( case when t1.case_status=14 then 1 else 0 end) caseApplyAwardSeal,
- sum( case when t1.case_status=15 then 1 else 0 end) caseApplyAwardSend,
- sum( case when t1.case_status=16 then 1 else 0 end) caseApplyStored,
- sum( case when t1.case_status=17 then 1 else 0 end) caseApplyArchived,
- sum( case when t1.case_status=31 then 1 else 0 end) updateOnlineHearDate
- from(
- <trim suffixOverrides="union">
- <!--被申请人,仲裁员,部门长,财务,代理人案件-->
- <if test="isOtherRole!=null and isOtherRole==1">
- select DISTINCT(t.id),t.case_status,t.application_organ_id, t.arbitrator_id,t.identity_num , t.identity_type from(
- select c.id ,
- c.case_status,ca.application_organ_id,
- c.arbitrator_id,ca.identity_num , ca.identity_type
- from case_application c
- JOIN case_affiliate ca ON ca.case_appli_id = c.id
- <where>
- <if test="caseStatus != null">
- AND c.case_status = #{caseStatus}
- </if>
- <if test="caseNum != null and caseNum != ''">
- AND c.case_num = #{caseNum}
- </if>
- <if test="caseStatusList != null and caseStatusList.size() > 0">
- and c.case_status in
- <foreach item="caseStatus" collection="caseStatusList" open="(" separator="," close=")">
- #{caseStatus}
- </foreach>
- </if>
- </where>
- ) t
- <where>
-
- <!--被申请人-->
- <if test="idCard != null and idCard != ''">
- or (t.identity_num=#{idCard} AND t.identity_type=2 and (t.case_status=4 or t.case_status=17))
- </if>
- <!--仲裁员-->
- <if test="userId != null and userId != ''">
- or ( t.identity_type=1 and
- t.case_status in (7,8,9,12,13,17)
- and
- instr (t.arbitrator_id,#{userId})>0)
- </if>
- <!--法律顾问-->
- <!-- <if test="deptIds != null and deptIds.size() > 0">-->
- <!-- or (t.identity_type=1 and t.case_status in (1,5,11,15,16,17,31)-->
- <!-- and t.application_organ_id in-->
- <!-- <foreach item="item" collection="deptIds" open="(" separator="," close=")">-->
- <!-- #{item}-->
- <!-- </foreach> )-->
- <!-- </if>-->
- <!--申请人-->
- <!-- <if test="applicationOrganId != null and applicationOrganId != ''">-->
- <!-- or ( t.application_organ_id = #{applicationOrganId} AND t.identity_type=1-->
- <!-- <!–暂时改为可以查询到生成裁决书之前所有的案件状态–>-->
- <!-- and (t.case_status <= 10 or t.case_status=31))-->
- <!-- <!– and t.case_status in (0,2,17))–>-->
-
- <!-- </if>-->
- <!--部门长-->
- <if test="deptHeadStatus != null and deptHeadStatus.size() > 0">
- or (t.identity_type=1 and t.case_status in
- <foreach item="caseStatus" collection="deptHeadStatus" open="(" separator="," close=")">
- #{caseStatus}
- </foreach>)
- </if>
- <!--财务-->
- <if test="financeStatus != null and financeStatus != ''">
- or ( t.identity_type=1 and t.case_status =#{financeStatus})
-
- </if>
- <!--代理人-->
- <if test="agentDeptIds != null and agentDeptIds.size()>0">
- or (
- t.application_organ_id in
- <foreach item="deptId" collection="agentDeptIds" open="(" separator="," close=")">#{deptId}
- </foreach>
- AND t.identity_type=1
- and t.case_status in (0,9))
-
- </if>
- </where>
- union
- </if>
- <if test="applicationOrganId != null and applicationOrganId != ''">
- <!--申请人案件-->
-
- select l.case_appli_id id ,
- c.case_status,ca.application_organ_id,
- c.arbitrator_id,ca.identity_num , ca.identity_type
- from case_application c
- JOIN case_application_log l ON c.id = l.case_appli_id
- JOIN case_affiliate_log ca ON ca.case_appli_log_id = l.id AND ca.identity_type = 1 and c.version=l.version
- <where>
- (c.case_status <= 10 or c.case_status=31) AND ca.identity_type=1
-
- <if test="applicationOrganId != null and applicationOrganId != ''">
- AND ca.application_organ_id = #{applicationOrganId}
- </if>
- <if test="caseStatus != null">
- AND c.case_status = #{caseStatus}
- </if>
- <if test="caseNum != null and caseNum != ''">
- AND c.case_num = #{caseNum}
- </if>
- <if test="nameId != null and nameId != ''">
- AND ca.application_organ_id=#{nameId}
- </if>
-
- <if test="lockStatus != null">
- AND c.lock_status = #{lockStatus}
- </if>
- </where>
- union
- </if>
- <!--秘书案件-->
- <if test="deptIds != null and deptIds.size() > 0">
-
- select c.id ,
- c.case_status,ca.application_organ_id,
- c.arbitrator_id,ca.identity_num , ca.identity_type
- FROM
- case_application c
- JOIN case_affiliate ca ON ca.case_appli_id = c.id AND ca.identity_type = 1
- JOIN case_application_log l on l.case_appli_id=c.id and l.update_submit_status not in(1,2) and l.version
- = (
- SELECT
- max( version ) version
- FROM
- case_application_log
- WHERE case_appli_id = c.id
- )
- WHERE
- ca.identity_type=1 and c.case_status in (1,5,11,15,16,17,31)
- <if test="deptIds != null and deptIds.size() > 0">
- and ca.application_organ_id in
- <foreach item="item" collection="deptIds" open="(" separator="," close=")">
- #{item}
- </foreach>
- </if>
- <if test="caseStatus != null">
- AND c.case_status = #{caseStatus}
- </if>
- <if test="lockStatus != null">
- AND c.lock_status = #{lockStatus}
- </if>
- <if test="caseNum != null and caseNum != ''">
- AND c.case_num = #{caseNum}
- </if>
- <if test="nameId != null and nameId != ''">
- AND ca.application_organ_id=#{nameId} AND ca.identity_type=1
- </if>
- union
- <!--秘书审核案件-->
-
- select l.case_appli_id id ,
- c.case_status,ca.application_organ_id,
- c.arbitrator_id,ca.identity_num , ca.identity_type
- FROM
- case_application c
- JOIN case_application_log l ON c.id = l.case_appli_id
- JOIN case_affiliate_log ca ON ca.case_appli_log_id = l.id
- AND ca.identity_type = 1
- WHERE
- l.update_submit_status IN ( 1, 2 ) and ca.identity_type=1
- <if test="deptIds != null and deptIds.size() > 0">
- and ca.application_organ_id in
- <foreach item="item" collection="deptIds" open="(" separator="," close=")">
- #{item}
- </foreach>
- </if>
- <if test="caseStatus != null">
- AND c.case_status = #{caseStatus}
- </if>
- <if test="lockStatus != null">
- AND c.lock_status = #{lockStatus}
- </if>
- <if test="caseNum != null and caseNum != ''">
- AND c.case_num = #{caseNum}
- </if>
- <if test="nameId != null and nameId != ''">
- AND ca.application_organ_id=#{nameId} AND ca.identity_type=1
- </if>
- AND l.version = (
- SELECT
- max( version ) version
- FROM
- case_application_log
- WHERE
- c.id = case_appli_id)
-
- </if>
- </trim>
-
- ) t1
- </select>
-
- <select id="selectAdminCaseApplicationList" parameterType="CaseApplication" resultMap="CaseApplicationResult">
- select DISTINCT(c.id) id,c.case_num ,c.case_subject_amount ,c.register_date ,c.arbitrat_method ,
- CASE c.arbitrat_method when 1 then '开庭审理' when 2 then '书面审理'
- ELSE '无审理方式'
- END arbitratMethodName,
- c.case_status ,
- CASE c.case_status when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
- when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
- when 6 then '待组庭确定' when 7 then '待审核仲裁方式' when 8 then '待开庭审理'
- when 9 then '待书面审理' when 10 then '待生成仲裁文书' when 11 then '待核验仲裁文书'
- when 12 then '待审核仲裁文书' when 13 then '待仲裁文书签名' when 14 then '待仲裁文书用印'
- when 15 then '待仲裁文书送达' when 16 then '待案件归档' when 17 then '已归档'
- when 31 then '待修改开庭时间'
- ELSE '无案件状态'
- END caseStatusName,
- c.hear_date ,c.arbitrat_claims ,
- c.loan_start_date ,c.loan_end_date ,c.claim_princi_owed ,c.claim_interest_owed ,c.claim_liquid_damag ,c.fee_payable ,
- c.begin_video_date ,c.online_video_person ,c.contract_number ,c.create_by ,c.create_time ,c.lock_status,
- c.update_by ,c.update_time , c.arbitrator_name,ca.application_organ_id applicationOrganId ,ca.application_organ_name as applicantName,c.filearbitra_url,c.version
- from case_application c
- JOIN case_affiliate ca ON ca.case_appli_id = c.id AND ca.identity_type=1
- <where>
- <if test="caseStatus != null">
- AND c.case_status = #{caseStatus}
- </if>
- <if test="lockStatus != null">
- AND c.lock_status = #{lockStatus}
- </if>
- <if test="caseNum != null and caseNum != ''">
- AND c.case_num = #{caseNum}
- </if>
- <if test="nameId != null and nameId != ''">
- AND ca.application_organ_id=#{nameId} AND ca.identity_type=1
- </if>
- <if test="caseStatusList != null and caseStatusList.size() > 0">
- and c.case_status in
- <foreach item="caseStatus" collection="caseStatusList" open="(" separator="," close=")">
- #{caseStatus}
- </foreach>
- </if>
- </where>
- order by c.create_time desc,c.case_num desc
- </select>
- <select id="selectAdminCaseToDoCount" resultType="com.ruoyi.wisdomarbitrate.domain.vo.ToDoCount">
- SELECT
- sum( case when c.case_status=0 then 1 else 0 end) caseApply,
- sum( case when c.case_status=1 then 1 else 0 end) caseApplyCheck,
- sum( case when c.case_status=2 then 1 else 0 end) caseApplyPay,
- sum( case when c.case_status=3 then 1 else 0 end) caseApplyPayCheck,
- sum( case when c.case_status=4 then 1 else 0 end) caseApplyEvidence,
- sum( case when c.case_status=5 then 1 else 0 end) caseApplyGroupCheck,
- sum( case when c.case_status=6 then 1 else 0 end) caseApplyGroupConfirm,
- sum( case when c.case_status=7 then 1 else 0 end) caseApplyArbitrateWay,
- sum( case when c.case_status=8 then 1 else 0 end) caseApplyGroupOnline,
- sum( case when c.case_status=9 then 1 else 0 end) caseApplyGroupOffline,
- sum( case when c.case_status=10 then 1 else 0 end) caseApplyAward,
- sum( case when c.case_status=11 then 1 else 0 end) caseApplyAwardCheck,
- sum( case when c.case_status=12 then 1 else 0 end) caseApplyAwardConfirm,
- sum( case when c.case_status=13 then 1 else 0 end) caseApplyAwardSign,
- sum( case when c.case_status=14 then 1 else 0 end) caseApplyAwardSeal,
- sum( case when c.case_status=15 then 1 else 0 end) caseApplyAwardSend,
- sum( case when c.case_status=16 then 1 else 0 end) caseApplyStored,
- sum( case when c.case_status=17 then 1 else 0 end) caseApplyArchived,
- sum( case when c.case_status=31 then 1 else 0 end) updateOnlineHearDate
- FROM
- case_application c
- JOIN case_affiliate ca ON ca.case_appli_id = c.id
- AND ca.identity_type = 1
- WHERE
- c.case_status IN (
- 0,
- 1,
- 2,
- 3,
- 4,
- 5,
- 6,
- 7,
- 8,
- 9,
- 10,
- 11,
- 12,
- 13,
- 14,
- 15,
- 16,
- 17,
- 31
- )
-
- </select>
-
-
- <select id="selectCaseApplicationCount" parameterType="CaseApplication" resultType="int">
- select count(1) from case_application c
- <where>
- <if test="caseNum != null and caseNum != ''">
- AND c.case_num = #{caseNum}
- </if>
- </where>
- </select>
- <select id="selectApplicationCase" resultMap="CaseApplicationResult">
- SELECT
- l.case_appli_id id,
- l.id AS caseLogId,
- l.version,
- l.case_num,
- l.case_subject_amount,
- c.register_date,
- c.arbitrat_method,
- CASE
- c.arbitrat_method
- WHEN 1 THEN
- '开庭审理'
- WHEN 2 THEN
- '书面审理' ELSE '无审理方式'
- END arbitratMethodName,
- c.case_status,
- CASE
- c.case_status
- WHEN 0 THEN
- '立案申请'
- WHEN 1 THEN
- '待立案审查'
- WHEN 2 THEN
- '待缴费'
- WHEN 3 THEN
- '待缴费确认'
- WHEN 4 THEN
- '待案件质证'
- WHEN 5 THEN
- '待组庭审核'
- WHEN 6 THEN
- '待组庭确定'
- WHEN 7 THEN
- '待审核仲裁方式'
- WHEN 8 THEN
- '待开庭审理'
- WHEN 9 THEN
- '待书面审理'
- WHEN 10 THEN
- '待生成仲裁文书'
- WHEN 11 THEN
- '待核验仲裁文书'
- WHEN 12 THEN
- '待审核仲裁文书'
- WHEN 13 THEN
- '待仲裁文书签名'
- WHEN 14 THEN
- '待仲裁文书用印'
- WHEN 15 THEN
- '待仲裁文书送达'
- WHEN 16 THEN
- '待案件归档'
- WHEN 17 THEN
- '已归档'
- WHEN 31 THEN
- '待修改开庭时间' ELSE '无案件状态'
- END caseStatusName,
- c.hear_date,
- l.arbitrat_claims,
- l.loan_start_date,
- l.loan_end_date,
- l.claim_princi_owed,
- l.claim_interest_owed,
- l.claim_liquid_damag,
- l.fee_payable,
- c.begin_video_date,
- c.online_video_person,
- l.contract_number,
- l.create_by,
- c.create_time,
- c.lock_status,
- l.update_by,
- l.update_time,
- c.arbitrator_name,
- ca.application_organ_id applicationOrganId,
- ca.application_organ_name AS applicantName,
- c.filearbitra_url,l.update_submit_status as updateSubmitStatus,l.case_name
- FROM
- case_application c
- JOIN case_application_log l ON c.id = l.case_appli_id
- JOIN case_affiliate_log ca ON ca.case_appli_log_id = l.id
- AND ca.identity_type = 1
- WHERE
- ca.identity_type=1
-
- <if test="applicationOrganId != null and applicationOrganId != ''">
- or ( t.application_organ_id = #{applicationOrganId} AND t.identity_type=1
- <!--暂时改为可以查询到生成裁决书之前所有的案件状态-->
- and (t.case_status <= 10 or t.case_status=31))
- <!-- and t.case_status in (0,2,17))-->
-
- </if>
- <if test="caseStatus != null">
- AND c.case_status = #{caseStatus}
- </if>
- <if test="lockStatus != null">
- AND c.lock_status = #{lockStatus}
- </if>
- <if test="caseNum != null and caseNum != ''">
- AND c.case_num = #{caseNum}
- </if>
- <if test="nameId != null and nameId != ''">
- AND ca.application_organ_id=#{nameId} AND ca.identity_type=1
- </if>
- <!-- <if test="caseStatusList != null and caseStatusList.size() > 0">-->
- <!-- and c.case_status in (1,5)-->
- <!-- </if>-->
- <!-- 查询该案件的最新记录 -->
- AND l.version = (
- SELECT
- max( version ) version
- FROM
- case_application_log
- WHERE case_appli_id = t.id
- update_submit_status IN ( 1, 2 ))
- order by c.create_time desc,c.case_num desc
- </select>
- <select id="selectSecretaryCase" parameterType="CaseApplication" resultMap="CaseApplicationResult">
- SELECT
- t.id,
- t.caseLogId,
- max( version ) version,
- t.case_num,
- t.case_subject_amount,
- t.register_date,
- t.arbitrat_method,
- t.caseStatusName,
- t.hear_date,
- t.arbitrat_claims,
- t.loan_start_date,
- t.loan_end_date,
- t.claim_princi_owed,
- t.claim_interest_owed,
- t.claim_liquid_damag,
- t.fee_payable,
- t.begin_video_date,
- t.online_video_person,
- t.contract_number,
- t.create_by,
- t.create_time,
- t.lock_status,
- t.update_by,
- t.update_time,
- t.arbitrator_name,
- t.applicationOrganId,
- t.applicantName,
- t.filearbitra_url,
- t.updateSubmitStatus,t.case_name
- FROM
- (
- <!-- 查询案件主表 -->
- SELECT
- c.id,
- '' AS caseLogId,
- c.version,
- c.case_num,
- c.case_subject_amount,
- c.register_date,
- c.arbitrat_method,
- CASE
- c.arbitrat_method
- WHEN 1 THEN
- '开庭审理'
- WHEN 2 THEN
- '书面审理' ELSE '无审理方式'
- END arbitratMethodName,
- c.case_status,
- CASE
- c.case_status
- WHEN 0 THEN
- '立案申请'
- WHEN 1 THEN
- '待立案审查'
- WHEN 2 THEN
- '待缴费'
- WHEN 3 THEN
- '待缴费确认'
- WHEN 4 THEN
- '待案件质证'
- WHEN 5 THEN
- '待组庭审核'
- WHEN 6 THEN
- '待组庭确定'
- WHEN 7 THEN
- '待审核仲裁方式'
- WHEN 8 THEN
- '待开庭审理'
- WHEN 9 THEN
- '待书面审理'
- WHEN 10 THEN
- '待生成仲裁文书'
- WHEN 11 THEN
- '待核验仲裁文书'
- WHEN 12 THEN
- '待审核仲裁文书'
- WHEN 13 THEN
- '待仲裁文书签名'
- WHEN 14 THEN
- '待仲裁文书用印'
- WHEN 15 THEN
- '待仲裁文书送达'
- WHEN 16 THEN
- '待案件归档'
- WHEN 17 THEN
- '已归档'
- WHEN 31 THEN
- '待修改开庭时间' ELSE '无案件状态'
- END caseStatusName,
- c.hear_date,
- c.arbitrat_claims,
- c.loan_start_date,
- c.loan_end_date,
- c.claim_princi_owed,
- c.claim_interest_owed,
- c.claim_liquid_damag,
- c.fee_payable,
- c.begin_video_date,
- c.online_video_person,
- c.contract_number,
- c.create_by,
- c.create_time,
- c.lock_status,
- c.update_by,
- c.update_time,
- c.arbitrator_name,
- ca.application_organ_id applicationOrganId,
- ca.application_organ_name AS applicantName,
- c.filearbitra_url,null as updateSubmitStatus,c.case_name
- FROM
- case_application c
- JOIN case_affiliate ca ON ca.case_appli_id = c.id AND ca.identity_type = 1
- JOIN case_application_log l on l.case_appli_id=c.id and l.update_submit_status not in(1, 2) and l.version = (
- SELECT
- max( version ) version
- FROM
- case_application_log
- WHERE case_appli_id = c.id
- update_submit_status IN ( 1, 2 ))
- WHERE
- ca.identity_type=1 and c.case_status in (1,5)
- <if test="deptIds != null and deptIds.size() > 0">
- and ca.application_organ_id in
- <foreach item="item" collection="deptIds" open="(" separator="," close=")">
- #{item}
- </foreach>
- </if>
- <if test="caseStatus != null">
- AND c.case_status = #{caseStatus}
- </if>
- <if test="lockStatus != null">
- AND c.lock_status = #{lockStatus}
- </if>
- <if test="caseNum != null and caseNum != ''">
- AND c.case_num = #{caseNum}
- </if>
- <if test="nameId != null and nameId != ''">
- AND ca.application_organ_id=#{nameId} AND ca.identity_type=1
- </if>
-
- UNION
- <!-- 查询案件记录表修改提交申请和撤销申请的案件 -->
- SELECT
- l.case_appli_id id,
- l.id AS caseLogId,
- l.version,
- l.case_num,
- l.case_subject_amount,
- c.register_date,
- c.arbitrat_method,
- CASE
- c.arbitrat_method
- WHEN 1 THEN
- '开庭审理'
- WHEN 2 THEN
- '书面审理' ELSE '无审理方式'
- END arbitratMethodName,
- c.case_status,
- CASE
- c.case_status
- WHEN 0 THEN
- '立案申请'
- WHEN 1 THEN
- '待立案审查'
- WHEN 2 THEN
- '待缴费'
- WHEN 3 THEN
- '待缴费确认'
- WHEN 4 THEN
- '待案件质证'
- WHEN 5 THEN
- '待组庭审核'
- WHEN 6 THEN
- '待组庭确定'
- WHEN 7 THEN
- '待审核仲裁方式'
- WHEN 8 THEN
- '待开庭审理'
- WHEN 9 THEN
- '待书面审理'
- WHEN 10 THEN
- '待生成仲裁文书'
- WHEN 11 THEN
- '待核验仲裁文书'
- WHEN 12 THEN
- '待审核仲裁文书'
- WHEN 13 THEN
- '待仲裁文书签名'
- WHEN 14 THEN
- '待仲裁文书用印'
- WHEN 15 THEN
- '待仲裁文书送达'
- WHEN 16 THEN
- '待案件归档'
- WHEN 17 THEN
- '已归档'
- WHEN 31 THEN
- '待修改开庭时间' ELSE '无案件状态'
- END caseStatusName,
- c.hear_date,
- l.arbitrat_claims,
- l.loan_start_date,
- l.loan_end_date,
- l.claim_princi_owed,
- l.claim_interest_owed,
- l.claim_liquid_damag,
- l.fee_payable,
- c.begin_video_date,
- c.online_video_person,
- l.contract_number,
- l.create_by,
- c.create_time,
- c.lock_status,
- l.update_by,
- l.update_time,
- c.arbitrator_name,
- ca.application_organ_id applicationOrganId,
- ca.application_organ_name AS applicantName,
- c.filearbitra_url,l.update_submit_status as updateSubmitStatus,l.case_name
- FROM
- case_application c
- JOIN case_application_log l ON c.id = l.case_appli_id
- JOIN case_affiliate_log ca ON ca.case_appli_log_id = l.id
- AND ca.identity_type = 1
- WHERE
- l.update_submit_status IN ( 1, 2 ) and ca.identity_type=1
- <if test="deptIds != null and deptIds.size() > 0">
- and ca.application_organ_id in
- <foreach item="item" collection="deptIds" open="(" separator="," close=")">
- #{item}
- </foreach>
- </if>
- <if test="caseStatus != null">
- AND c.case_status = #{caseStatus}
- </if>
- <if test="lockStatus != null">
- AND c.lock_status = #{lockStatus}
- </if>
- <if test="caseNum != null and caseNum != ''">
- AND c.case_num = #{caseNum}
- </if>
- <if test="nameId != null and nameId != ''">
- AND ca.application_organ_id=#{nameId} AND ca.identity_type=1
- </if>
- <!-- <if test="caseStatusList != null and caseStatusList.size() > 0">-->
- <!-- and c.case_status in (1,5)-->
- <!-- </if>-->
- <!-- 查询该案件的最新记录 -->
- AND l.version = (
- SELECT
- max( version ) version
- FROM
- case_application_log
- WHERE
- update_submit_status IN ( 1, 2 ))
- ) t
- GROUP BY
- t.id,
- t.caseLogId,
- t.version,
- t.case_num,
- t.case_subject_amount,
- t.register_date,
- t.arbitrat_method,
- t.caseStatusName,
- t.hear_date,
- t.arbitrat_claims,
- t.loan_start_date,
- t.loan_end_date,
- t.claim_princi_owed,
- t.claim_interest_owed,
- t.claim_liquid_damag,
- t.fee_payable,
- t.begin_video_date,
- t.online_video_person,
- t.contract_number,
- t.create_by,
- t.create_time,
- t.lock_status,
- t.update_by,
- t.update_time,
- t.arbitrator_name,
- t.applicationOrganId,
- t.applicantName,
- t.filearbitra_url,
- t.updateSubmitStatus,
- t.case_name
- ORDER BY
- t.create_time DESC,
- t.case_num DESC
-
- </select>
- <insert id="insertCaseApplication" parameterType="CaseApplication" useGeneratedKeys="true" keyProperty="id">
- insert into case_application(
- <if test="caseName != null and caseName != ''">case_name ,</if>
- <if test="caseNum != null and caseNum != ''">case_num,</if>
- <if test="caseSubjectAmount != null">case_subject_amount,</if>
- register_date,
- <if test="arbitratMethod != null and arbitratMethod != ''">arbitrat_method,</if>
- <if test="caseStatus != null ">case_status,</if>
- <if test="hearDate != null ">hear_date,</if>
- <if test="arbitratClaims != null and arbitratClaims != ''">arbitrat_claims,</if>
- <if test="requestRule != null and requestRule != ''">request_rule,</if>
- <if test="loanStartDate != null ">loan_start_date,</if>
- <if test="loanEndDate != null ">loan_end_date,</if>
- <if test="claimPrinciOwed != null ">claim_princi_owed,</if>
-
- <if test="claimInterestOwed != null ">claim_interest_owed,</if>
- <if test="claimLiquidDamag != null ">claim_liquid_damag,</if>
- <if test="feePayable != null ">fee_payable,</if>
- <if test="beginVideoDate != null ">begin_video_date,</if>
- <if test="onlineVideoPerson != null and onlineVideoPerson != ''">online_video_person,</if>
-
- <if test="contractNumber != null and contractNumber != ''">contract_number,</if>
-
- <if test="adjudicaCounter != null ">adjudica_counter,</if>
- <if test="properPreser != null ">proper_preser,</if>
-
- <if test="createBy != null and createBy != ''">create_by,</if>
- <if test="importFlag != null ">import_flag,</if>
- <if test="version != null ">version,</if>
- create_time
- )values(
- <if test="caseName != null and caseName != ''">#{caseName},</if>
- <if test="caseNum != null and caseNum != ''">#{caseNum},</if>
- <if test="caseSubjectAmount != null">#{caseSubjectAmount},</if>
- sysdate(),
- <if test="arbitratMethod != null and arbitratMethod != ''">#{arbitratMethod},</if>
- <if test="caseStatus != null ">#{caseStatus},</if>
- <if test="hearDate != null ">#{hearDate},</if>
- <if test="arbitratClaims != null and arbitratClaims != ''">#{arbitratClaims},</if>
- <if test="requestRule != null and requestRule != ''">#{requestRule},</if>
- <if test="loanStartDate != null ">#{loanStartDate},</if>
- <if test="loanEndDate != null ">#{loanEndDate},</if>
- <if test="claimPrinciOwed != null ">#{claimPrinciOwed},</if>
-
- <if test="claimInterestOwed != null ">#{claimInterestOwed},</if>
- <if test="claimLiquidDamag != null ">#{claimLiquidDamag},</if>
- <if test="feePayable != null ">#{feePayable},</if>
- <if test="beginVideoDate != null ">#{beginVideoDate},</if>
- <if test="onlineVideoPerson != null and onlineVideoPerson != ''">#{onlineVideoPerson},</if>
-
- <if test="contractNumber != null and contractNumber != ''">#{contractNumber},</if>
-
- <if test="adjudicaCounter != null ">#{adjudicaCounter},</if>
- <if test="properPreser != null ">#{properPreser},</if>
-
- <if test="createBy != null and createBy != ''">#{createBy},</if>
- <if test="importFlag != null ">#{importFlag},</if>
- <if test="version != null ">#{version},</if>
- sysdate()
- )
- </insert>
-
- <update id="updataCaseApplication" parameterType="CaseApplication">
- update case_application
- <set>
- <if test="caseSubjectAmount != null">case_subject_amount = #{caseSubjectAmount},</if>
- <if test="registerDate != null">register_date = #{registerDate},</if>
- <if test="arbitratMethod != null and arbitratMethod != ''">arbitrat_method = #{arbitratMethod},</if>
- <if test="hearDate != null ">hear_date = #{hearDate},</if>
- <if test="arbitratClaims != null and arbitratClaims != ''">arbitrat_claims = #{arbitratClaims},</if>
- <if test="requestRule != null and requestRule != ''">request_rule = #{requestRule},</if>
- <if test="loanStartDate != null ">loan_start_date = #{loanStartDate},</if>
- <if test="loanEndDate != null ">loan_end_date = #{loanEndDate},</if>
- <if test="loanEndDate != null ">claim_princi_owed = #{claimPrinciOwed},</if>
- <if test="claimInterestOwed != null ">claim_interest_owed = #{claimInterestOwed},</if>
- <if test="claimLiquidDamag != null ">claim_liquid_damag = #{claimLiquidDamag},</if>
- <if test="feePayable != null ">fee_payable = #{feePayable},</if>
- <if test="beginVideoDate != null ">begin_video_date = #{beginVideoDate},</if>
- <if test="onlineVideoPerson != null and onlineVideoPerson != ''">online_video_person = #{onlineVideoPerson},</if>
-
- <if test="contractNumber != null and contractNumber != ''">contract_number = #{contractNumber},</if>
-
- <if test="caseName != null and caseName != ''">case_name = #{caseName},</if>
- <if test="caseDescribe != null and caseDescribe != ''">case_describe = #{caseDescribe},</if>
- <if test="caseResult != null and caseResult != ''">case_result = #{caseResult},</if>
- <if test="caseStatus != null">case_status = #{caseStatus},</if>
- <if test="properPreser != null">proper_preser = #{properPreser},</if>
-
- <if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
- <if test="caseNum != null and caseNum != ''">case_num = #{caseNum},</if>
- <if test="version != null and version != ''">version = #{version},</if>
- update_time = sysdate()
- </set>
- where id = #{id}
- </update>
-
- <update id="submitCaseApplication" parameterType="CaseApplication">
- update case_application
- <set>
- <if test="caseStatus != null">case_status = #{caseStatus},</if>
- <if test="arbitratorId != null and arbitratorId != ''">arbitrator_id = #{arbitratorId},</if>
- <if test="arbitratorName != null and arbitratorName != ''">arbitrator_name = #{arbitratorName},</if>
- <if test="pendingAppointArbotrar != null ">pending_appoint_arbotrar = #{pendingAppointArbotrar},</if>
- <if test="arbitratMethod != null ">arbitrat_method = #{arbitratMethod},</if>
- <if test="caseName != null and caseName != ''">case_name = #{caseName},</if>
- <if test="caseDescribe != null and caseDescribe != ''">case_describe = #{caseDescribe},</if>
- <if test="caseResult != null and caseResult != ''">case_result = #{caseResult},</if>
- <if test="isAgreePendTral != null">is_agree_pend_tral = #{isAgreePendTral},</if>
- <if test="adjudicaCounter != null">adjudica_counter = #{adjudicaCounter},</if>
- <if test="objectiJuris != null">objecti_juris = #{objectiJuris},</if>
-
- <if test="isAbsence != null">is_absence = #{isAbsence},</if>
- <if test="appliIsAbsen != null">appli_is_absen = #{appliIsAbsen},</if>
- <if test="responCrossOpin != null and responCrossOpin != ''">respon_cross_opin = #{responCrossOpin},</if>
- <if test="applicaCrossOpin != null and applicaCrossOpin != ''">applica_cross_opin = #{applicaCrossOpin},</if>
- <if test="responDefenOpini != null and responDefenOpini != ''">respon_defen_opini = #{responDefenOpini},</if>
- <if test="objectionAddEviden != null">objection_add_eviden = #{objectionAddEviden},</if>
- <if test="openCourtHear != null">open_court_hear = #{openCourtHear},</if>
- <if test="hearDate != null">hear_date = #{hearDate},</if>
- <if test="filearbitraUrl != null and filearbitraUrl != ''">filearbitra_url = #{filearbitraUrl},</if>
- </set>
- where id = #{id}
- </update>
- <update id="updatePayType">
- update case_application set pay_type=#{payDTO.payType} where id in
- <foreach item="caseId" collection="caseIds" open="(" separator="," close=")">
- #{caseId}
- </foreach>
- </update>
- <update id="updateCaseLockStatus">
- update case_application set lock_status=#{lockStatus} where id = #{id}
- </update>
- <update id="bindCaseId">
- <!-- update case_application set room_id=#{roomId} where id = #{caseId} -->
-
- update case_application set room_id= CONCAT(room_id,',',#{roomId}) where id =#{caseId}
- </update>
- <update id="updateVersionById">
- update case_application set version = #{version} where id = #{id}
- </update>
-
- <delete id="deletecaseApplication" parameterType="CaseApplication">
- delete from case_application where id = #{id}
- </delete>
- <delete id="batchDeletecaseApplication">
- delete from case_application
- where id in
- <foreach collection="ids" item="item" open="(" separator="," close=")">
- #{item}
- </foreach>
- </delete>
-
- <select id="selectCaseApplication" parameterType="CaseApplication" resultMap="CaseApplicationResult">
- select c.id ,c.case_num ,c.case_subject_amount ,c.register_date ,c.arbitrat_method ,
- CASE c.arbitrat_method when 1 then '开庭审理' when 2 then '书面审理'
- ELSE '无审理方式'
- END arbitratMethodName,
- c.case_name,
- c.case_status ,
- CASE c.case_status when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
- when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
- when 6 then '待组庭确定' when 7 then '待审核仲裁方式' when 8 then '待开庭审理'
- when 9 then '待书面审理' when 10 then '待生成仲裁文书' when 11 then '待核验仲裁文书'
- when 12 then '待审核仲裁文书' when 13 then '待仲裁文书签名' when 14 then '待仲裁文书用印'
- when 15 then '待仲裁文书送达' when 16 then '待案件归档'
- ELSE '无案件状态'
- END caseStatusName,
- c.hear_date ,c.arbitrat_claims ,
- c.loan_start_date ,c.loan_end_date ,c.claim_princi_owed ,c.claim_interest_owed ,c.claim_liquid_damag ,c.fee_payable ,
- 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,
- c.is_absence ,c.respon_cross_opin ,c.applica_cross_opin ,c.respon_defen_opini ,
- c.update_by ,c.update_time,c.arbitrator_id,c.arbitrator_name,ca.application_organ_id applicationOrganId ,ca.application_organ_name as applicantName
- from case_application c
- LEFT JOIN case_affiliate ca ON ca.case_appli_id = c.id and ca.identity_type=1
-
- <where>
- <if test="id != null ">
- AND c.id = #{id}
- </if>
- </where>
- order by c.create_time desc limit 1
- </select>
- <select id="listCaseApplicationByIds" resultMap="CaseApplicationResult">
- select c.id ,c.case_num ,c.case_subject_amount ,c.register_date ,c.arbitrat_method ,
- CASE c.arbitrat_method when 1 then '开庭审理' when 2 then '书面审理'
- ELSE '无审理方式'
- END arbitratMethodName,
- c.case_status ,
- CASE c.case_status when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
- when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
- when 6 then '待组庭确定' when 7 then '待审核仲裁方式' when 8 then '待开庭审理'
- when 9 then '待书面审理' when 10 then '待生成仲裁文书' when 11 then '待核验仲裁文书'
- when 12 then '待审核仲裁文书' when 13 then '待仲裁文书签名' when 14 then '待仲裁文书用印'
- when 15 then '待仲裁文书送达' when 16 then '待案件归档'
- ELSE '无案件状态'
- END caseStatusName,
- c.hear_date ,c.arbitrat_claims ,
- c.loan_start_date ,c.loan_end_date ,c.claim_princi_owed ,c.claim_interest_owed ,c.claim_liquid_damag ,c.fee_payable ,
- 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,
- c.is_absence ,c.respon_cross_opin ,c.applica_cross_opin ,c.respon_defen_opini ,
- c.update_by ,c.update_time,c.arbitrator_id,c.arbitrator_name,ca.application_organ_id applicationOrganId ,ca.application_organ_name as applicantName
- from case_application c
- LEFT JOIN case_affiliate ca ON ca.case_appli_id = c.id and ca.identity_type=1
-
- <where>
- <if test="ids != null and ids.size() > 0 ">
- c.id in
- <foreach item="id" collection="ids" open="(" separator="," close=")">
- #{id}
- </foreach>
- </if>
- </where>
- </select>
- <select id="selectCaseApplicationConfirm" parameterType="CaseApplication" resultMap="CaseApplicationResult">
- select c.id ,c.case_num ,c.case_subject_amount ,c.register_date ,c.arbitrat_method ,
- CASE c.arbitrat_method when 1 then '开庭审理' when 2 then '书面审理'
- ELSE '无审理方式'
- END arbitratMethodName,
- c.case_status ,
- CASE c.case_status when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
- when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
- when 6 then '待组庭确定' when 7 then '待审核仲裁方式' when 8 then '待开庭审理'
- when 9 then '待书面审理' when 10 then '待生成仲裁文书' when 11 then '待核验仲裁文书'
- when 12 then '待审核仲裁文书' when 13 then '待仲裁文书签名' when 14 then '待仲裁文书用印'
- when 15 then '待仲裁文书送达' when 16 then '待案件归档'
- ELSE '无案件状态'
- END caseStatusName,
- c.hear_date ,c.arbitrat_claims ,
- c.loan_start_date ,c.loan_end_date ,c.claim_princi_owed ,c.claim_interest_owed ,c.claim_liquid_damag ,c.fee_payable ,
- c.begin_video_date ,c.online_video_person ,c.contract_number ,c.create_by ,c.create_time ,
- c.update_by ,c.update_time,c.arbitrator_id,c.arbitrator_name,
- p.payment_status ,
- CASE p.payment_status when 1 then '已支付' when 0 then '未支付'
- ELSE '无支付状态'
- END paymentStatusName,c.pay_type,
- CASE c.pay_type when 0 then '线上支付' when 0 then '线下支付' else '' end payTypeName
- from case_application c left join case_payment_record p on c.id = p.case_id
- where c.case_status = 3
- AND c.id = #{id} and p.payment_status=1 limit 1
-
- </select>
- <select id="selectCaseNumLike" resultType="java.lang.Integer">
- select max(substring(case_num, #{length}+1,12)+1) as maxCaseNum
- from case_application where case_num like CONCAT(#{caseNum},'%') ;
- </select>
- <select id="selectArbitratorList" resultType="java.lang.String">
- select a.arbitrator_id id from case_application a where a.id=#{id}
- </select>
- <select id="selectCaseIdByRoomId" resultType="java.lang.Long">
- select id
- from case_application where room_id like concat('%', #{roomId}, '%') limit 1
- </select>
-
- <select id="selectMaxRoomId" resultType="java.lang.Long">
- select max(room_id+1) as maxRoomId
- from reserved_conference ;
- </select>
-
-
-
- </mapper>
|